Interface VersionInformation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VersionInformation.Builder,VersionInformation>,SdkBuilder<VersionInformation.Builder,VersionInformation>,SdkPojo
- Enclosing class:
- VersionInformation
public static interface VersionInformation.Builder extends SdkPojo, CopyableBuilder<VersionInformation.Builder,VersionInformation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VersionInformation.Builderarn(String arn)The ARN of the version.VersionInformation.BuildercreationTimestamp(String creationTimestamp)The time, in milliseconds since the epoch, when the version was created.VersionInformation.Builderid(String id)The ID of the parent definition that the version is associated with.VersionInformation.Builderversion(String version)The ID of the version.-
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, sdkFields
-
-
-
-
Method Detail
-
arn
VersionInformation.Builder arn(String arn)
The 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.
-
creationTimestamp
VersionInformation.Builder creationTimestamp(String creationTimestamp)
The 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.
-
id
VersionInformation.Builder id(String id)
The 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.
-
version
VersionInformation.Builder version(String version)
The 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.
-
-