Interface StateTemplateSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StateTemplateSummary.Builder,
,StateTemplateSummary> SdkBuilder<StateTemplateSummary.Builder,
,StateTemplateSummary> SdkPojo
- Enclosing class:
StateTemplateSummary
@Mutable
@NotThreadSafe
public static interface StateTemplateSummary.Builder
extends SdkPojo, CopyableBuilder<StateTemplateSummary.Builder,StateTemplateSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the state template.creationTime
(Instant creationTime) The time the state template was created, in seconds since epoch (January 1, 1970 at midnight UTC time).description
(String description) A brief description of the state template.The unique ID of the state template.lastModificationTime
(Instant lastModificationTime) The time the state template was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).The name of the state template.signalCatalogArn
(String signalCatalogArn) The Amazon Resource Name (ARN) of the signal catalog associated with the state template.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
-
name
The name of the state template.
- Parameters:
name
- The name of the state template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the state template.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the state template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signalCatalogArn
The Amazon Resource Name (ARN) of the signal catalog associated with the state template.
- Parameters:
signalCatalogArn
- The Amazon Resource Name (ARN) of the signal catalog associated with the state template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A brief description of the state template.
- Parameters:
description
- A brief description of the state template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The time the state template was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
- Parameters:
creationTime
- The time the state template was created, in seconds since epoch (January 1, 1970 at midnight UTC time).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModificationTime
The time the state template was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
- Parameters:
lastModificationTime
- The time the state template was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique ID of the state template.
- Parameters:
id
- The unique ID of the state template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-