Interface SetTypeConfigurationRequest.Builder

    • 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.
      • 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, 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

        SetTypeConfigurationRequest.Builder type​(String 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:
        ThirdPartyType, ThirdPartyType
      • type

        SetTypeConfigurationRequest.Builder type​(ThirdPartyType 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:
        ThirdPartyType, ThirdPartyType