public static interface SetTypeConfigurationRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<SetTypeConfigurationRequest.Builder,SetTypeConfigurationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSetTypeConfigurationRequest.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.
Do not include the extension versions suffix at the end of the ARN. You can set the configuration for an extension, but not for a specific extension version.
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.
Do not include the extension versions suffix at the end of the ARN. You can set the configuration for an extension, but not for a specific extension version.
SetTypeConfigurationRequest.Builder configuration(String configuration)
The configuration data for the extension, in this account and region.
The configuration data must be formatted as JSON, and validate against the schema returned in the
ConfigurationSchema response element of API_DescribeType. For more
information, see Defining account-level configuration data for an extension in the CloudFormation CLI User Guide.
configuration - The configuration data for the extension, in this account and region.
The configuration data must be formatted as JSON, and validate against the schema returned in the
ConfigurationSchema response element of API_DescribeType. For more
information, see Defining account-level configuration data for an extension in the CloudFormation CLI User
Guide.
SetTypeConfigurationRequest.Builder configurationAlias(String configurationAlias)
An alias by which to refer to this extension configuration data.
Conditional: Specifying a configuration alias is required when setting a configuration for a resource type extension.
configurationAlias - An alias by which to refer to this extension configuration data.
Conditional: Specifying a configuration alias is required when setting a configuration for a resource type extension.
SetTypeConfigurationRequest.Builder typeName(String typeName)
The name of the extension.
Conditional: You must specify ConfigurationArn, or Type and TypeName.
typeName - The name of the extension.
Conditional: You must specify ConfigurationArn, or Type and
TypeName.
SetTypeConfigurationRequest.Builder type(String type)
The type of extension.
Conditional: You must specify ConfigurationArn, or Type and TypeName.
type - The type of extension.
Conditional: You must specify ConfigurationArn, or Type and
TypeName.
ThirdPartyType,
ThirdPartyTypeSetTypeConfigurationRequest.Builder type(ThirdPartyType type)
The type of extension.
Conditional: You must specify ConfigurationArn, or Type and TypeName.
type - The type of extension.
Conditional: You must specify ConfigurationArn, or Type and
TypeName.
ThirdPartyType,
ThirdPartyTypeSetTypeConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSetTypeConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.