public static interface DeactivateTypeRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<DeactivateTypeRequest.Builder,DeactivateTypeRequest>
| Modifier and Type | Method and Description |
|---|---|
DeactivateTypeRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) for the extension, in this account and region.
|
DeactivateTypeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeactivateTypeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeactivateTypeRequest.Builder |
type(String type)
The extension type.
|
DeactivateTypeRequest.Builder |
type(ThirdPartyType type)
The extension type.
|
DeactivateTypeRequest.Builder |
typeName(String typeName)
The type name of the extension, in this account and region.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeactivateTypeRequest.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, or TypeName and Type.
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, or TypeName and Type.
DeactivateTypeRequest.Builder type(String type)
The extension type.
Conditional: You must specify either Arn, or TypeName and Type.
type - The extension type.
Conditional: You must specify either Arn, or TypeName and Type.
ThirdPartyType,
ThirdPartyTypeDeactivateTypeRequest.Builder type(ThirdPartyType type)
The extension type.
Conditional: You must specify either Arn, or TypeName and Type.
type - The extension type.
Conditional: You must specify either Arn, or TypeName and Type.
ThirdPartyType,
ThirdPartyTypeDeactivateTypeRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) for the extension, in this account and region.
Conditional: You must specify either Arn, or TypeName and Type.
arn - The Amazon Resource Name (ARN) for the extension, in this account and region.
Conditional: You must specify either Arn, or TypeName and Type.
DeactivateTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeactivateTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.