Interface UpdateConfigurationProfileRequest.Builder

All Superinterfaces:
AppConfigRequest.Builder, AwsRequest.Builder, Buildable, CopyableBuilder<UpdateConfigurationProfileRequest.Builder,UpdateConfigurationProfileRequest>, SdkBuilder<UpdateConfigurationProfileRequest.Builder,UpdateConfigurationProfileRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UpdateConfigurationProfileRequest

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

    • 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

      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

      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

      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

      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

      A list of methods for validating the configuration.

      This is a convenience method that creates an instance of the Validator.Builder avoiding the need to create one manually via Validator.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to validators(List<Validator>).

      Parameters:
      validators - a consumer that will call methods on Validator.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
    • overrideConfiguration

      UpdateConfigurationProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.