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 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

      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 Schema response 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 Schema response 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

      The name of the extension.

      Conditional: You must specify ConfigurationArn, or Type and TypeName.

      Parameters:
      typeName - The name of the extension.

      Conditional: You must specify ConfigurationArn, or Type and TypeName.

      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, or Type and TypeName.

      Parameters:
      type - The type of extension.

      Conditional: You must specify ConfigurationArn, or Type and TypeName.

      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, or Type and TypeName.

      Parameters:
      type - The type of extension.

      Conditional: You must specify ConfigurationArn, or Type and TypeName.

      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:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder