public static interface TypeConfigurationDetails.Builder extends SdkPojo, CopyableBuilder<TypeConfigurationDetails.Builder,TypeConfigurationDetails>
| Modifier and Type | Method and Description |
|---|---|
TypeConfigurationDetails.Builder |
alias(String alias)
The alias specified for this configuration, if one was specified when the configuration was set.
|
TypeConfigurationDetails.Builder |
arn(String arn)
The Amazon Resource Name (ARN) for the configuration data, in this account and region.
|
TypeConfigurationDetails.Builder |
configuration(String configuration)
A JSON string specifying the configuration data for the extension, in this account and region.
|
TypeConfigurationDetails.Builder |
isDefaultConfiguration(Boolean isDefaultConfiguration)
Whether or not this configuration data is the default configuration for the extension.
|
TypeConfigurationDetails.Builder |
lastUpdated(Instant lastUpdated)
When the configuration data was last updated for this extension.
|
TypeConfigurationDetails.Builder |
typeArn(String typeArn)
The Amazon Resource Name (ARN) for the extension, in this account and region.
|
TypeConfigurationDetails.Builder |
typeName(String typeName)
The name of the extension.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTypeConfigurationDetails.Builder arn(String arn)
The Amazon Resource Name (ARN) for the configuration data, in this account and region.
arn - The Amazon Resource Name (ARN) for the configuration data, in this account and region.TypeConfigurationDetails.Builder alias(String alias)
The alias specified for this configuration, if one was specified when the configuration was set.
alias - The alias specified for this configuration, if one was specified when the configuration was set.TypeConfigurationDetails.Builder configuration(String configuration)
A JSON string specifying the configuration data for the extension, in this account and region.
If a configuration has not been set for a specified extension, CloudFormation returns {}.
configuration - A JSON string specifying the configuration data for the extension, in this account and region.
If a configuration has not been set for a specified extension, CloudFormation returns {}.
TypeConfigurationDetails.Builder lastUpdated(Instant lastUpdated)
When the configuration data was last updated for this extension.
If a configuration has not been set for a specified extension, CloudFormation returns null.
lastUpdated - When the configuration data was last updated for this extension.
If a configuration has not been set for a specified extension, CloudFormation returns
null.
TypeConfigurationDetails.Builder typeArn(String typeArn)
The Amazon Resource Name (ARN) for the extension, in this account and region.
For public extensions, this will be the ARN assigned when you activate the type in this account and region. For private extensions, this will be the ARN assigned when you register the type in this account and region.
typeArn - The Amazon Resource Name (ARN) for the extension, in this account and region.
For public extensions, this will be the ARN assigned when you activate the type in this account and region. For private extensions, this will be the ARN assigned when you register the type in this account and region.
TypeConfigurationDetails.Builder typeName(String typeName)
The name of the extension.
typeName - The name of the extension.TypeConfigurationDetails.Builder isDefaultConfiguration(Boolean isDefaultConfiguration)
Whether or not this configuration data is the default configuration for the extension.
isDefaultConfiguration - Whether or not this configuration data is the default configuration for the extension.Copyright © 2022. All rights reserved.