Interface DeregisterTypeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFormationRequest.Builder,CopyableBuilder<DeregisterTypeRequest.Builder,DeregisterTypeRequest>,SdkBuilder<DeregisterTypeRequest.Builder,DeregisterTypeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeregisterTypeRequest
public static interface DeregisterTypeRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<DeregisterTypeRequest.Builder,DeregisterTypeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeregisterTypeRequest.Builderarn(String arn)The Amazon Resource Name (ARN) of the extension.DeregisterTypeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeregisterTypeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeregisterTypeRequest.Buildertype(String type)The kind of extension.DeregisterTypeRequest.Buildertype(RegistryType type)The kind of extension.DeregisterTypeRequest.BuildertypeName(String typeName)The name of the extension.DeregisterTypeRequest.BuilderversionId(String versionId)The ID of a specific version 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, sdkFields
-
-
-
-
Method Detail
-
arn
DeregisterTypeRequest.Builder arn(String 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
DeregisterTypeRequest.Builder type(String 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:
RegistryType,RegistryType
-
type
DeregisterTypeRequest.Builder type(RegistryType 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:
RegistryType,RegistryType
-
typeName
DeregisterTypeRequest.Builder typeName(String 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
DeregisterTypeRequest.Builder versionId(String 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
-
-