Interface DeregisterTypeRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFormationRequest.Builder,CopyableBuilder<DeregisterTypeRequest.Builder,,DeregisterTypeRequest> SdkBuilder<DeregisterTypeRequest.Builder,,DeregisterTypeRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeregisterTypeRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the extension.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The kind of extension.type(RegistryType type) The kind of extension.The name of the extension.The ID of a specific version of the extension.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
-
arn
The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify either
TypeNameandType, orArn.- Parameters:
arn- The Amazon Resource Name (ARN) of the extension.Conditional: You must specify either
TypeNameandType, orArn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The kind of extension.
Conditional: You must specify either
TypeNameandType, orArn.- Parameters:
type- The kind of extension.Conditional: You must specify either
TypeNameandType, orArn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The kind of extension.
Conditional: You must specify either
TypeNameandType, orArn.- Parameters:
type- The kind of extension.Conditional: You must specify either
TypeNameandType, orArn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
typeName
The name of the extension.
Conditional: You must specify either
TypeNameandType, orArn.- Parameters:
typeName- The name of the extension.Conditional: You must specify either
TypeNameandType, orArn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionId
The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it is registered.
- Parameters:
versionId- The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it is registered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeregisterTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeregisterTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-