Interface TypeConfigurationIdentifier.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TypeConfigurationIdentifier.Builder,TypeConfigurationIdentifier>, SdkBuilder<TypeConfigurationIdentifier.Builder,TypeConfigurationIdentifier>, SdkPojo
Enclosing class:
TypeConfigurationIdentifier

public static interface TypeConfigurationIdentifier.Builder extends SdkPojo, CopyableBuilder<TypeConfigurationIdentifier.Builder,TypeConfigurationIdentifier>
  • 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.

      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • typeConfigurationAlias

      TypeConfigurationIdentifier.Builder typeConfigurationAlias(String typeConfigurationAlias)

      The alias specified for this configuration, if one was specified when the configuration was set.

      Parameters:
      typeConfigurationAlias - The alias specified for this configuration, if one was specified when the configuration was set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • typeConfigurationArn

      TypeConfigurationIdentifier.Builder typeConfigurationArn(String typeConfigurationArn)

      The Amazon Resource Name (ARN) for the configuration, in this account and Region.

      Parameters:
      typeConfigurationArn - The Amazon Resource Name (ARN) for the configuration, in this account and Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of extension.

      Parameters:
      type - The type of extension.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of extension.

      Parameters:
      type - The type of extension.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • typeName

      The name of the extension type to which this configuration applies.

      Parameters:
      typeName - The name of the extension type to which this configuration applies.
      Returns:
      Returns a reference to this object so that method calls can be chained together.