Interface CreateApplicationRequest.Builder

  • Method Details

    • clientToken

      CreateApplicationRequest.Builder clientToken(String clientToken)

      A client token is a unique, case-sensitive string of up to 128 ASCII characters with ASCII values of 33-126 inclusive. It's generated by the client to ensure idempotent operations, allowing for safe retries without unintended side effects.

      Parameters:
      clientToken - A client token is a unique, case-sensitive string of up to 128 ASCII characters with ASCII values of 33-126 inclusive. It's generated by the client to ensure idempotent operations, allowing for safe retries without unintended side effects.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • definition

      The application definition for this application. You can specify either inline JSON or an S3 bucket location.

      Parameters:
      definition - The application definition for this application. You can specify either inline JSON or an S3 bucket location.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • definition

      The application definition for this application. You can specify either inline JSON or an S3 bucket location.

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

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

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

      CreateApplicationRequest.Builder description(String description)

      The description of the application.

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

      CreateApplicationRequest.Builder engineType(String engineType)

      The type of the target platform for this application.

      Parameters:
      engineType - The type of the target platform for this application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • engineType

      The type of the target platform for this application.

      Parameters:
      engineType - The type of the target platform for this application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • kmsKeyId

      The identifier of a customer managed key.

      Parameters:
      kmsKeyId - The identifier of a customer managed key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The unique identifier of the application.

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

      The Amazon Resource Name (ARN) that identifies a role that the application uses to access Amazon Web Services resources that are not part of the application or are in a different Amazon Web Services account.

      Parameters:
      roleArn - The Amazon Resource Name (ARN) that identifies a role that the application uses to access Amazon Web Services resources that are not part of the application or are in a different Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A list of tags to apply to the application.

      Parameters:
      tags - A list of tags to apply to the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.