public static interface DeregisterTypeRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<DeregisterTypeRequest.Builder,DeregisterTypeRequest>
| Modifier and Type | Method and Description |
|---|---|
DeregisterTypeRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the type.
|
DeregisterTypeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeregisterTypeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeregisterTypeRequest.Builder |
type(RegistryType type)
The kind of type.
|
DeregisterTypeRequest.Builder |
type(String type)
The kind of type.
|
DeregisterTypeRequest.Builder |
typeName(String typeName)
The name of the type.
|
DeregisterTypeRequest.Builder |
versionId(String versionId)
The ID of a specific version of the type.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeregisterTypeRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the type.
Conditional: You must specify either TypeName and Type, or Arn.
arn - The Amazon Resource Name (ARN) of the type.
Conditional: You must specify either TypeName and Type, or Arn.
DeregisterTypeRequest.Builder type(String type)
The kind of type.
Currently the only valid value is RESOURCE.
Conditional: You must specify either TypeName and Type, or Arn.
type - The kind of type.
Currently the only valid value is RESOURCE.
Conditional: You must specify either TypeName and Type, or Arn.
RegistryType,
RegistryTypeDeregisterTypeRequest.Builder type(RegistryType type)
The kind of type.
Currently the only valid value is RESOURCE.
Conditional: You must specify either TypeName and Type, or Arn.
type - The kind of type.
Currently the only valid value is RESOURCE.
Conditional: You must specify either TypeName and Type, or Arn.
RegistryType,
RegistryTypeDeregisterTypeRequest.Builder typeName(String typeName)
The name of the type.
Conditional: You must specify either TypeName and Type, or Arn.
typeName - The name of the type.
Conditional: You must specify either TypeName and Type, or Arn.
DeregisterTypeRequest.Builder versionId(String versionId)
The ID of a specific version of the type. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the type version when it is registered.
versionId - The ID of a specific version of the type. The version ID is the value at the end of the Amazon
Resource Name (ARN) assigned to the type version when it is registered.DeregisterTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeregisterTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.