Interface TypeVersionSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TypeVersionSummary.Builder,,TypeVersionSummary> SdkBuilder<TypeVersionSummary.Builder,,TypeVersionSummary> SdkPojo
- Enclosing class:
- TypeVersionSummary
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the extension version.description(String description) The description of the extension version.isDefaultVersion(Boolean isDefaultVersion) Whether the specified extension version is set as the default version.publicVersionNumber(String publicVersionNumber) For public extensions that have been activated for this account and Region, the version of the public extension to be used for CloudFormation operations in this account and Region.timeCreated(Instant timeCreated) When the version was registered.The kind of extension.type(RegistryType type) The kind of extension.The name of the extension.The ID of a specific version of the extension.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
-
type
The kind of extension.
- Parameters:
type- The kind of extension.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The kind of extension.
- Parameters:
type- The kind of extension.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
typeName
The name of the extension.
- Parameters:
typeName- The name of the extension.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionId
The ID of a specific version of the extension. The version ID is the value at the end of the ARN assigned to the extension version when it's registered.
- Parameters:
versionId- The ID of a specific version of the extension. The version ID is the value at the end of the ARN assigned to the extension version when it's registered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isDefaultVersion
Whether the specified extension version is set as the default version.
This applies only to private extensions you have registered in your account, and extensions published by Amazon. For public third-party extensions, CloudFormation returns
null.- Parameters:
isDefaultVersion- Whether the specified extension version is set as the default version.This applies only to private extensions you have registered in your account, and extensions published by Amazon. For public third-party extensions, CloudFormation returns
null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The ARN of the extension version.
- Parameters:
arn- The ARN of the extension version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeCreated
When the version was registered.
- Parameters:
timeCreated- When the version was registered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the extension version.
- Parameters:
description- The description of the extension version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publicVersionNumber
For public extensions that have been activated for this account and Region, the version of the public extension to be used for CloudFormation operations in this account and Region. For any extensions other than activated third-party extensions, CloudFormation returns
null.How you specified
AutoUpdatewhen enabling the extension affects whether CloudFormation automatically updates the extension in this account and Region when a new version is released. For more information, see Automatically use new versions of extensions in the CloudFormation User Guide.- Parameters:
publicVersionNumber- For public extensions that have been activated for this account and Region, the version of the public extension to be used for CloudFormation operations in this account and Region. For any extensions other than activated third-party extensions, CloudFormation returnsnull.How you specified
AutoUpdatewhen enabling the extension affects whether CloudFormation automatically updates the extension in this account and Region when a new version is released. For more information, see Automatically use new versions of extensions in the CloudFormation User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-