Interface SystemTemplateSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SystemTemplateSummary.Builder,
,SystemTemplateSummary> SdkBuilder<SystemTemplateSummary.Builder,
,SystemTemplateSummary> SdkPojo
- Enclosing class:
SystemTemplateSummary
@Mutable
@NotThreadSafe
public static interface SystemTemplateSummary.Builder
extends SdkPojo, CopyableBuilder<SystemTemplateSummary.Builder,SystemTemplateSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the system.The date when the system was created.The ID of the system.revisionNumber
(Long revisionNumber) The revision number of the system.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The ID of the system.
- Parameters:
id
- The ID of the system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The ARN of the system.
- Parameters:
arn
- The ARN of the system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revisionNumber
The revision number of the system.
- Parameters:
revisionNumber
- The revision number of the system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date when the system was created.
- Parameters:
createdAt
- The date when the system was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-