Interface PublishTypeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFormationRequest.Builder,CopyableBuilder<PublishTypeRequest.Builder,PublishTypeRequest>,SdkBuilder<PublishTypeRequest.Builder,PublishTypeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PublishTypeRequest
@Mutable @NotThreadSafe public static interface PublishTypeRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<PublishTypeRequest.Builder,PublishTypeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublishTypeRequest.Builderarn(String arn)The Amazon Resource Name (ARN) of the extension.PublishTypeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PublishTypeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PublishTypeRequest.BuilderpublicVersionNumber(String publicVersionNumber)The version number to assign to this version of the extension.PublishTypeRequest.Buildertype(String type)The type of the extension.PublishTypeRequest.Buildertype(ThirdPartyType type)The type of the extension.PublishTypeRequest.BuildertypeName(String typeName)The name of the extension.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationRequest.Builder
build
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
type
PublishTypeRequest.Builder type(String type)
The type of the extension.
Conditional: You must specify
Arn, orTypeNameandType.- Parameters:
type- The type of the extension.Conditional: You must specify
Arn, orTypeNameandType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ThirdPartyType,ThirdPartyType
-
type
PublishTypeRequest.Builder type(ThirdPartyType type)
The type of the extension.
Conditional: You must specify
Arn, orTypeNameandType.- Parameters:
type- The type of the extension.Conditional: You must specify
Arn, orTypeNameandType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ThirdPartyType,ThirdPartyType
-
arn
PublishTypeRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify
Arn, orTypeNameandType.- Parameters:
arn- The Amazon Resource Name (ARN) of the extension.Conditional: You must specify
Arn, orTypeNameandType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeName
PublishTypeRequest.Builder typeName(String typeName)
The name of the extension.
Conditional: You must specify
Arn, orTypeNameandType.- Parameters:
typeName- The name of the extension.Conditional: You must specify
Arn, orTypeNameandType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publicVersionNumber
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.PATCHFor more information, see Semantic Versioning 2.0.0.
If you don't specify a version number, CloudFormation increments the version number by one minor version release.
You cannot specify a version number the first time you publish a type. CloudFormation automatically sets the first version number to be
1.0.0.- Parameters:
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.PATCHFor more information, see Semantic Versioning 2.0.0.
If you don't specify a version number, CloudFormation increments the version number by one minor version release.
You cannot specify a version number the first time you publish a type. CloudFormation automatically sets the first version number to be
1.0.0.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PublishTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PublishTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-