Interface SystemSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SystemSummary.Builder,,SystemSummary> SdkBuilder<SystemSummary.Builder,,SystemSummary> SdkPojo
- Enclosing class:
SystemSummary
@Mutable
@NotThreadSafe
public static interface SystemSummary.Builder
extends SdkPojo, CopyableBuilder<SystemSummary.Builder,SystemSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the system was created.Sets the value of the Name property for this object.organizationId(String organizationId) Displayed only if caller has access.Displayed only if caller has access.servicesCount(Integer servicesCount) The number of services in the system.Sets the value of the SystemArn property for this object.Sets the value of the SystemId property for this object.The timestamp when the system was last updated.userJourneysCount(Integer userJourneysCount) The number of user journeys in the system.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
systemId
Sets the value of the SystemId property for this object.- Parameters:
systemId- The new value for the SystemId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Sets the value of the Name property for this object.- Parameters:
name- The new value for the Name property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
systemArn
Sets the value of the SystemArn property for this object.- Parameters:
systemArn- The new value for the SystemArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userJourneysCount
The number of user journeys in the system.
- Parameters:
userJourneysCount- The number of user journeys in the system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
servicesCount
The number of services in the system.
- Parameters:
servicesCount- The number of services in the system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationId
Displayed only if caller has access.
- Parameters:
organizationId- Displayed only if caller has access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ouId
Displayed only if caller has access.
- Parameters:
ouId- Displayed only if caller has access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the system was created.
- Parameters:
createdAt- The timestamp when the system was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the system was last updated.
- Parameters:
updatedAt- The timestamp when the system was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-