Interface SetTypeConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFormationRequest.Builder,CopyableBuilder<SetTypeConfigurationRequest.Builder,,SetTypeConfigurationRequest> SdkBuilder<SetTypeConfigurationRequest.Builder,,SetTypeConfigurationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- SetTypeConfigurationRequest
-
Method Summary
Modifier and TypeMethodDescriptionconfiguration(String configuration) The configuration data for the extension in this account and Region.configurationAlias(String configurationAlias) An alias by which to refer to this extension configuration data.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The type of extension.type(ThirdPartyType type) The type of extension.The Amazon Resource Name (ARN) for the extension in this account and Region.The name 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
-
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 call the ActivateType API operation in this account and Region. For private extensions, this will be the ARN assigned when you call the RegisterType API operation 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.
- Parameters:
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 call the ActivateType API operation in this account and Region. For private extensions, this will be the ARN assigned when you call the RegisterType API operation 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
The configuration data for the extension in this account and Region.
The configuration data must be formatted as JSON and validate against the extension's schema returned in the
Schemaresponse element of DescribeType.- Parameters:
configuration- The configuration data for the extension in this account and Region.The configuration data must be formatted as JSON and validate against the extension's schema returned in the
Schemaresponse element of DescribeType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeName
The name of the extension.
Conditional: You must specify
ConfigurationArn, orTypeandTypeName.- Parameters:
typeName- The name of the extension.Conditional: You must specify
ConfigurationArn, orTypeandTypeName.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of extension.
Conditional: You must specify
ConfigurationArn, orTypeandTypeName.- Parameters:
type- The type of extension.Conditional: You must specify
ConfigurationArn, orTypeandTypeName.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of extension.
Conditional: You must specify
ConfigurationArn, orTypeandTypeName.- Parameters:
type- The type of extension.Conditional: You must specify
ConfigurationArn, orTypeandTypeName.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
SetTypeConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SetTypeConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-