Interface DeactivateTypeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFormationRequest.Builder,CopyableBuilder<DeactivateTypeRequest.Builder,DeactivateTypeRequest>,SdkBuilder<DeactivateTypeRequest.Builder,DeactivateTypeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeactivateTypeRequest
public static interface DeactivateTypeRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<DeactivateTypeRequest.Builder,DeactivateTypeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeactivateTypeRequest.Builderarn(String arn)The Amazon Resource Name (ARN) for the extension, in this account and Region.DeactivateTypeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeactivateTypeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeactivateTypeRequest.Buildertype(String type)The extension type.DeactivateTypeRequest.Buildertype(ThirdPartyType type)The extension type.DeactivateTypeRequest.BuildertypeName(String typeName)The type name of the extension, in this account and Region.-
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
-
typeName
DeactivateTypeRequest.Builder typeName(String 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
DeactivateTypeRequest.Builder type(String 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:
ThirdPartyType,ThirdPartyType
-
type
DeactivateTypeRequest.Builder type(ThirdPartyType 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:
ThirdPartyType,ThirdPartyType
-
arn
DeactivateTypeRequest.Builder arn(String 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
-
-