Interface HostedConfigurationVersionSummary.Builder

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

public static interface HostedConfigurationVersionSummary.Builder extends SdkPojo, CopyableBuilder<HostedConfigurationVersionSummary.Builder,HostedConfigurationVersionSummary>
  • Method Details

    • applicationId

      HostedConfigurationVersionSummary.Builder applicationId(String applicationId)

      The application ID.

      Parameters:
      applicationId - The application ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • configurationProfileId

      HostedConfigurationVersionSummary.Builder configurationProfileId(String configurationProfileId)

      The configuration profile ID.

      Parameters:
      configurationProfileId - The configuration profile ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • versionNumber

      HostedConfigurationVersionSummary.Builder versionNumber(Integer versionNumber)

      The configuration version.

      Parameters:
      versionNumber - The configuration version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      A description of the configuration.

      Parameters:
      description - A description of the configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contentType

      A standard MIME type describing the format of the configuration content. For more information, see Content-Type.

      Parameters:
      contentType - A standard MIME type describing the format of the configuration content. For more information, see Content-Type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • versionLabel

      A user-defined label for an AppConfig hosted configuration version.

      Parameters:
      versionLabel - A user-defined label for an AppConfig hosted configuration version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • kmsKeyArn

      The Amazon Resource Name of the Key Management Service key that was used to encrypt this specific version of the configuration data in the AppConfig hosted configuration store.

      Parameters:
      kmsKeyArn - The Amazon Resource Name of the Key Management Service key that was used to encrypt this specific version of the configuration data in the AppConfig hosted configuration store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.