Interface UpdateConfigurationProfileRequest.Builder

    • Method Detail

      • applicationId

        UpdateConfigurationProfileRequest.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

        UpdateConfigurationProfileRequest.Builder configurationProfileId​(String configurationProfileId)

        The ID of the configuration profile.

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

        UpdateConfigurationProfileRequest.Builder name​(String name)

        The name of the configuration profile.

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

        UpdateConfigurationProfileRequest.Builder description​(String description)

        A description of the configuration profile.

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

        UpdateConfigurationProfileRequest.Builder retrievalRoleArn​(String retrievalRoleArn)

        The ARN of an IAM role with permission to access the configuration at the specified LocationUri.

        Parameters:
        retrievalRoleArn - The ARN of an IAM role with permission to access the configuration at the specified LocationUri.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • validators

        UpdateConfigurationProfileRequest.Builder validators​(Collection<Validator> validators)

        A list of methods for validating the configuration.

        Parameters:
        validators - A list of methods for validating the configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • validators

        UpdateConfigurationProfileRequest.Builder validators​(Validator... validators)

        A list of methods for validating the configuration.

        Parameters:
        validators - A list of methods for validating the configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kmsKeyIdentifier

        UpdateConfigurationProfileRequest.Builder kmsKeyIdentifier​(String kmsKeyIdentifier)

        The identifier for a Key Management Service key to encrypt new configuration data versions in the AppConfig hosted configuration store. This attribute is only used for hosted configuration types. The identifier can be an KMS key ID, alias, or the Amazon Resource Name (ARN) of the key ID or alias. To encrypt data managed in other configuration stores, see the documentation for how to specify an KMS key for that particular service.

        Parameters:
        kmsKeyIdentifier - The identifier for a Key Management Service key to encrypt new configuration data versions in the AppConfig hosted configuration store. This attribute is only used for hosted configuration types. The identifier can be an KMS key ID, alias, or the Amazon Resource Name (ARN) of the key ID or alias. To encrypt data managed in other configuration stores, see the documentation for how to specify an KMS key for that particular service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.