Interface DescribeTypeRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFormationRequest.Builder,CopyableBuilder<DescribeTypeRequest.Builder,,DescribeTypeRequest> SdkBuilder<DescribeTypeRequest.Builder,,DescribeTypeRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeTypeRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the extension.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) publicVersionNumber(String publicVersionNumber) The version number of a public third-party extension.publisherId(String publisherId) The publisher ID of the extension publisher.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
-
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.
-
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.
-
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,DescribeTypereturns information about that specific extension version. Otherwise, it returns information about the default extension version.- 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.If you specify a
VersionId,DescribeTypereturns information about that specific extension version. Otherwise, it returns information about the default extension version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publisherId
The publisher ID of the extension publisher.
Extensions provided by Amazon Web Services are not assigned a publisher ID.
- Parameters:
publisherId- The publisher ID of the extension publisher.Extensions provided by Amazon Web Services are not assigned a publisher ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publicVersionNumber
The version number of a public third-party extension.
- Parameters:
publicVersionNumber- The version number of a public third-party extension.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-