Interface GetConfigurationProfileResponse.Builder

    • Method Detail

      • applicationId

        GetConfigurationProfileResponse.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.
      • id

        GetConfigurationProfileResponse.Builder id​(String id)

        The configuration profile ID.

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

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

        GetConfigurationProfileResponse.Builder description​(String description)

        The configuration profile description.

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

        GetConfigurationProfileResponse.Builder locationUri​(String locationUri)

        The URI location of the configuration.

        Parameters:
        locationUri - The URI location of the configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • retrievalRoleArn

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

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

        GetConfigurationProfileResponse.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.
      • type

        GetConfigurationProfileResponse.Builder type​(String type)

        The type of configurations contained in the profile. AppConfig supports feature flags and freeform configurations. We recommend you create feature flag configurations to enable or disable new features and freeform configurations to distribute configurations to an application. When calling this API, enter one of the following values for Type:

        AWS.AppConfig.FeatureFlags

        AWS.Freeform

        Parameters:
        type - The type of configurations contained in the profile. AppConfig supports feature flags and freeform configurations. We recommend you create feature flag configurations to enable or disable new features and freeform configurations to distribute configurations to an application. When calling this API, enter one of the following values for Type:

        AWS.AppConfig.FeatureFlags

        AWS.Freeform

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

        GetConfigurationProfileResponse.Builder kmsKeyArn​(String kmsKeyArn)

        The Amazon Resource Name of the 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. To encrypt data managed in other configuration stores, see the documentation for how to specify an KMS key for that particular service.

        Parameters:
        kmsKeyArn - The Amazon Resource Name of the 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. 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.
      • kmsKeyIdentifier

        GetConfigurationProfileResponse.Builder kmsKeyIdentifier​(String kmsKeyIdentifier)

        The Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.

        Parameters:
        kmsKeyIdentifier - The Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.