Interface TypeConfigurationIdentifier.Builder

    • Method Detail

      • typeArn

        TypeConfigurationIdentifier.Builder typeArn​(String typeArn)

        The 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 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 ARN for the configuration, in this account and Region.

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

        TypeConfigurationIdentifier.Builder typeName​(String 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.