Interface DeactivateTypeRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFormationRequest.Builder,CopyableBuilder<DeactivateTypeRequest.Builder,,DeactivateTypeRequest> SdkBuilder<DeactivateTypeRequest.Builder,,DeactivateTypeRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeactivateTypeRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) for the extension in this account and Region.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The extension type.type(ThirdPartyType type) The extension type.The type name of the extension in this account and Region.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationRequest.Builder
buildMethods 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
-
typeName
The type name of the extension in this account and Region. If you specified a type name alias when enabling the extension, use the type name alias.
Conditional: You must specify either
Arn, orTypeNameandType.- Parameters:
typeName- The type name of the extension in this account and Region. If you specified a type name alias when enabling the extension, use the type name alias.Conditional: You must specify either
Arn, orTypeNameandType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The extension type.
Conditional: You must specify either
Arn, orTypeNameandType.- Parameters:
type- The extension type.Conditional: You must specify either
Arn, orTypeNameandType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The extension type.
Conditional: You must specify either
Arn, orTypeNameandType.- Parameters:
type- The extension type.Conditional: You must specify either
Arn, orTypeNameandType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
arn
The Amazon Resource Name (ARN) for the extension in this account and Region.
Conditional: You must specify either
Arn, orTypeNameandType.- Parameters:
arn- The Amazon Resource Name (ARN) for the extension in this account and Region.Conditional: You must specify either
Arn, orTypeNameandType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeactivateTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeactivateTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-