Interface GetApplicationResponse.Builder

  • Method Details

    • applicationId

      GetApplicationResponse.Builder applicationId(String applicationId)

      The unique identifier of the application.

      Parameters:
      applicationId - The unique identifier of the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domain

      The domain associated with the application.

      Parameters:
      domain - The domain associated with the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applicationName

      GetApplicationResponse.Builder applicationName(String applicationName)

      The name of the application.

      Parameters:
      applicationName - The name of the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • idcConfiguration

      GetApplicationResponse.Builder idcConfiguration(IdCConfiguration idcConfiguration)

      The IAM Identity Center configuration for the application.

      Parameters:
      idcConfiguration - The IAM Identity Center configuration for the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • idcConfiguration

      default GetApplicationResponse.Builder idcConfiguration(Consumer<IdCConfiguration.Builder> idcConfiguration)

      The IAM Identity Center configuration for the application.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to idcConfiguration(IdCConfiguration).

      Parameters:
      idcConfiguration - a consumer that will call methods on IdCConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • roleArn

      The Amazon Resource Name (ARN) of the IAM role associated with the application.

      Parameters:
      roleArn - The Amazon Resource Name (ARN) of the IAM role associated with the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultKmsKeyId

      GetApplicationResponse.Builder defaultKmsKeyId(String defaultKmsKeyId)

      The identifier of the default AWS KMS key used to encrypt data for the application.

      Parameters:
      defaultKmsKeyId - The identifier of the default AWS KMS key used to encrypt data for the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.