Interface CreateApplicationRequest.Builder

    • Method Detail

      • name

        CreateApplicationRequest.Builder name​(String name)

        The name of the application. The name must be unique in the region in which you are creating the application.

        Parameters:
        name - The name of the application. The name must be unique in the region in which you are creating the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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.
      • tags

        CreateApplicationRequest.Builder tags​(Map<String,​String> tags)

        Key-value pairs you can use to associate with the application.

        Parameters:
        tags - Key-value pairs you can use to associate with the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientToken

        CreateApplicationRequest.Builder clientToken​(String clientToken)

        A unique identifier that you provide to ensure idempotency. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails.

        Parameters:
        clientToken - A unique identifier that you provide to ensure idempotency. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails.
        Returns:
        Returns a reference to this object so that method calls can be chained together.