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 extension.
|
DescribeTypeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeTypeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeTypeRequest.Builder |
publicVersionNumber(String publicVersionNumber)
The version number of a public third-party extension.
|
DescribeTypeRequest.Builder |
publisherId(String publisherId)
The publisher ID of the extension publisher.
|
DescribeTypeRequest.Builder |
type(RegistryType type)
The kind of extension.
|
DescribeTypeRequest.Builder |
type(String type)
The kind of extension.
|
DescribeTypeRequest.Builder |
typeName(String typeName)
The name of the extension.
|
DescribeTypeRequest.Builder |
versionId(String versionId)
The ID of a specific version of the extension.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTypeRequest.Builder type(String type)
The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
type - The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
RegistryType,
RegistryTypeDescribeTypeRequest.Builder type(RegistryType type)
The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
type - The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
RegistryType,
RegistryTypeDescribeTypeRequest.Builder typeName(String typeName)
The name of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
typeName - The name of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
DescribeTypeRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
arn - The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
DescribeTypeRequest.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.
If you specify a VersionId, DescribeType returns information about that specific
extension version. Otherwise, it returns information about the default extension version.
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.
If you specify a VersionId, DescribeType returns information about that
specific extension version. Otherwise, it returns information about the default extension version.
DescribeTypeRequest.Builder publisherId(String publisherId)
The publisher ID of the extension publisher.
Extensions provided by Amazon are not assigned a publisher ID.
publisherId - The publisher ID of the extension publisher.
Extensions provided by Amazon are not assigned a publisher ID.
DescribeTypeRequest.Builder publicVersionNumber(String publicVersionNumber)
The version number of a public third-party extension.
publicVersionNumber - The version number of a public third-party extension.DescribeTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.