Interface SetTypeConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFormationRequest.Builder,CopyableBuilder<SetTypeConfigurationRequest.Builder,SetTypeConfigurationRequest>,SdkBuilder<SetTypeConfigurationRequest.Builder,SetTypeConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- SetTypeConfigurationRequest
@Mutable @NotThreadSafe public static interface SetTypeConfigurationRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<SetTypeConfigurationRequest.Builder,SetTypeConfigurationRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
typeArn
SetTypeConfigurationRequest.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 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
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 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
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.
- 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
SetTypeConfigurationRequest.Builder typeName(String 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
SetTypeConfigurationRequest.Builder type(String 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:
ThirdPartyType,ThirdPartyType
-
type
SetTypeConfigurationRequest.Builder type(ThirdPartyType 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:
ThirdPartyType,ThirdPartyType
-
overrideConfiguration
SetTypeConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SetTypeConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-