Interface CreateApplicationRequest.Builder

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

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

    • displayName

      CreateApplicationRequest.Builder displayName(String displayName)

      A name for the Amazon Q Business application.

      Parameters:
      displayName - A name for the Amazon Q Business application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • roleArn

      The Amazon Resource Name (ARN) of an IAM role with permissions to access your Amazon CloudWatch logs and metrics.

      Parameters:
      roleArn - The Amazon Resource Name (ARN) of an IAM role with permissions to access your Amazon CloudWatch logs and metrics.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • identityCenterInstanceArn

      CreateApplicationRequest.Builder identityCenterInstanceArn(String identityCenterInstanceArn)

      The Amazon Resource Name (ARN) of the IAM Identity Center instance you are either creating for—or connecting to—your Amazon Q Business application.

      Parameters:
      identityCenterInstanceArn - The Amazon Resource Name (ARN) of the IAM Identity Center instance you are either creating for—or connecting to—your Amazon Q Business application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      CreateApplicationRequest.Builder description(String description)

      A description for the Amazon Q Business application.

      Parameters:
      description - A description for the Amazon Q Business application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • encryptionConfiguration

      CreateApplicationRequest.Builder encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)

      The identifier of the KMS key that is used to encrypt your data. Amazon Q Business doesn't support asymmetric keys.

      Parameters:
      encryptionConfiguration - The identifier of the KMS key that is used to encrypt your data. Amazon Q Business doesn't support asymmetric keys.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • encryptionConfiguration

      default CreateApplicationRequest.Builder encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)

      The identifier of the KMS key that is used to encrypt your data. Amazon Q Business doesn't support asymmetric keys.

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

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

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

      A list of key-value pairs that identify or categorize your Amazon Q Business application. You can also use tags to help control access to the application. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.

      Parameters:
      tags - A list of key-value pairs that identify or categorize your Amazon Q Business application. You can also use tags to help control access to the application. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A list of key-value pairs that identify or categorize your Amazon Q Business application. You can also use tags to help control access to the application. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.

      Parameters:
      tags - A list of key-value pairs that identify or categorize your Amazon Q Business application. You can also use tags to help control access to the application. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A list of key-value pairs that identify or categorize your Amazon Q Business application. You can also use tags to help control access to the application. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.

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

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

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

      CreateApplicationRequest.Builder clientToken(String clientToken)

      A token that you provide to identify the request to create your Amazon Q Business application.

      Parameters:
      clientToken - A token that you provide to identify the request to create your Amazon Q Business application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • attachmentsConfiguration

      CreateApplicationRequest.Builder attachmentsConfiguration(AttachmentsConfiguration attachmentsConfiguration)

      An option to allow end users to upload files directly during chat.

      Parameters:
      attachmentsConfiguration - An option to allow end users to upload files directly during chat.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • attachmentsConfiguration

      default CreateApplicationRequest.Builder attachmentsConfiguration(Consumer<AttachmentsConfiguration.Builder> attachmentsConfiguration)

      An option to allow end users to upload files directly during chat.

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

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

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

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