Interface TypeConfigurationDetails.Builder

    • Method Detail

      • arn

        TypeConfigurationDetails.Builder arn​(String arn)

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

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

        TypeConfigurationDetails.Builder alias​(String alias)

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

        Parameters:
        alias - 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.
      • configuration

        TypeConfigurationDetails.Builder configuration​(String configuration)

        A JSON string specifying the configuration data for the extension, in this account and Region.

        If a configuration hasn't been set for a specified extension, CloudFormation returns {}.

        Parameters:
        configuration - A JSON string specifying the configuration data for the extension, in this account and Region.

        If a configuration hasn't been set for a specified extension, CloudFormation returns {}.

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

        TypeConfigurationDetails.Builder lastUpdated​(Instant lastUpdated)

        When the configuration data was last updated for this extension.

        If a configuration hasn't been set for a specified extension, CloudFormation returns null.

        Parameters:
        lastUpdated - When the configuration data was last updated for this extension.

        If a configuration hasn't been set for a specified extension, CloudFormation returns null.

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

        TypeConfigurationDetails.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 activate the type in this account and Region. For private extensions, this will be the ARN assigned when you register the type 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 activate the type in this account and Region. For private extensions, this will be the ARN assigned when you register the type in this account and Region.

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

        TypeConfigurationDetails.Builder typeName​(String typeName)

        The name of the extension.

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

        TypeConfigurationDetails.Builder isDefaultConfiguration​(Boolean isDefaultConfiguration)

        Whether this configuration data is the default configuration for the extension.

        Parameters:
        isDefaultConfiguration - Whether this configuration data is the default configuration for the extension.
        Returns:
        Returns a reference to this object so that method calls can be chained together.