Interface VersionInformation.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<VersionInformation.Builder,,- VersionInformation> - SdkBuilder<VersionInformation.Builder,,- VersionInformation> - SdkPojo
- Enclosing class:
- VersionInformation
@Mutable
@NotThreadSafe
public static interface VersionInformation.Builder
extends SdkPojo, CopyableBuilder<VersionInformation.Builder,VersionInformation> 
- 
Method SummaryModifier and TypeMethodDescriptionThe ARN of the version.creationTimestamp(String creationTimestamp) The time, in milliseconds since the epoch, when the version was created.The ID of the parent definition that the version is associated with.The ID of the version.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
arnThe ARN of the version.- Parameters:
- arn- The ARN of the version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
creationTimestampThe time, in milliseconds since the epoch, when the version was created.- Parameters:
- creationTimestamp- The time, in milliseconds since the epoch, when the version was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
idThe ID of the parent definition that the version is associated with.- Parameters:
- id- The ID of the parent definition that the version is associated with.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
versionThe ID of the version.- Parameters:
- version- The ID of the version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-