Interface ContactFlowModuleAliasSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ContactFlowModuleAliasSummary.Builder,,ContactFlowModuleAliasSummary> SdkBuilder<ContactFlowModuleAliasSummary.Builder,,ContactFlowModuleAliasSummary> SdkPojo
- Enclosing class:
ContactFlowModuleAliasSummary
@Mutable
@NotThreadSafe
public static interface ContactFlowModuleAliasSummary.Builder
extends SdkPojo, CopyableBuilder<ContactFlowModuleAliasSummary.Builder,ContactFlowModuleAliasSummary>
-
Method Summary
Modifier and TypeMethodDescriptionaliasDescription(String aliasDescription) The description of the alias.The identifier of the alias.The name of the alias.The Amazon Resource Name (ARN) of the flow module alias.lastModifiedTime(Instant lastModifiedTime) The timestamp when this resource was last modified.The version of the flow module.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
-
arn
The Amazon Resource Name (ARN) of the flow module alias.
- Parameters:
arn- The Amazon Resource Name (ARN) of the flow module alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aliasId
The identifier of the alias.
- Parameters:
aliasId- The identifier of the alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The version of the flow module.
- Parameters:
version- The version of the flow module.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aliasName
The name of the alias.
- Parameters:
aliasName- The name of the alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aliasDescription
The description of the alias.
- Parameters:
aliasDescription- The description of the alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The timestamp when this resource was last modified.
- Parameters:
lastModifiedTime- The timestamp when this resource was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-