public static interface DescribeTypeRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<DescribeTypeRequest.Builder,DescribeTypeRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeTypeRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the type.
|
DescribeTypeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeTypeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeTypeRequest.Builder |
type(RegistryType type)
The kind of type.
|
DescribeTypeRequest.Builder |
type(String type)
The kind of type.
|
DescribeTypeRequest.Builder |
typeName(String typeName)
The name of the type.
|
DescribeTypeRequest.Builder |
versionId(String versionId)
The ID of a specific version of the type.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTypeRequest.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,
RegistryTypeDescribeTypeRequest.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,
RegistryTypeDescribeTypeRequest.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.
DescribeTypeRequest.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.
DescribeTypeRequest.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.
If you specify a VersionId, DescribeType returns information about that specific
type version. Otherwise, it returns information about the default type version.
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.
If you specify a VersionId, DescribeType returns information about that
specific type version. Otherwise, it returns information about the default type version.
DescribeTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.