public static interface PublishTypeRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<PublishTypeRequest.Builder,PublishTypeRequest>
| Modifier and Type | Method and Description |
|---|---|
PublishTypeRequest.Builder |
arn(String arn)
The Amazon Resource Number (ARN) of the extension.
|
PublishTypeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PublishTypeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PublishTypeRequest.Builder |
publicVersionNumber(String publicVersionNumber)
The version number to assign to this version of the extension.
|
PublishTypeRequest.Builder |
type(String type)
The type of the extension.
|
PublishTypeRequest.Builder |
type(ThirdPartyType type)
The type of the extension.
|
PublishTypeRequest.Builder |
typeName(String typeName)
The name of the extension.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPublishTypeRequest.Builder type(String type)
The type of the extension.
Conditional: You must specify Arn, or TypeName and Type.
type - The type of the extension.
Conditional: You must specify Arn, or TypeName and Type.
ThirdPartyType,
ThirdPartyTypePublishTypeRequest.Builder type(ThirdPartyType type)
The type of the extension.
Conditional: You must specify Arn, or TypeName and Type.
type - The type of the extension.
Conditional: You must specify Arn, or TypeName and Type.
ThirdPartyType,
ThirdPartyTypePublishTypeRequest.Builder arn(String arn)
The Amazon Resource Number (ARN) of the extension.
Conditional: You must specify Arn, or TypeName and Type.
arn - The Amazon Resource Number (ARN) of the extension.
Conditional: You must specify Arn, or TypeName and Type.
PublishTypeRequest.Builder typeName(String typeName)
The name of the extension.
Conditional: You must specify Arn, or TypeName and Type.
typeName - The name of the extension.
Conditional: You must specify Arn, or TypeName and Type.
PublishTypeRequest.Builder publicVersionNumber(String publicVersionNumber)
The version number to assign to this version of the extension.
Use the following format, and adhere to semantic versioning when assigning a version number to your extension:
MAJOR.MINOR.PATCH
For more information, see Semantic Versioning 2.0.0.
If you do not specify a version number, CloudFormation increments the version number by one minor version release.
publicVersionNumber - The version number to assign to this version of the extension.
Use the following format, and adhere to semantic versioning when assigning a version number to your extension:
MAJOR.MINOR.PATCH
For more information, see Semantic Versioning 2.0.0.
If you do not specify a version number, CloudFormation increments the version number by one minor version release.
PublishTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPublishTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.