Interface CreateApplicationRequest.Builder

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

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

    • applicationName

      CreateApplicationRequest.Builder applicationName(String applicationName)

      The name of the web application.

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

      CreateApplicationRequest.Builder applicationDescription(String applicationDescription)

      An optional description of the web application.

      Parameters:
      applicationDescription - An optional description of the web application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      CreateApplicationRequest.Builder clientToken(String clientToken)

      A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

      Parameters:
      clientToken - A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • roleArn

      The ARN of the role that the web application assumes when it interacts with AWS IoT Core.

      The name of the role must be in the form AWSIotFleetHub_random_string .

      Parameters:
      roleArn - The ARN of the role that the web application assumes when it interacts with AWS IoT Core.

      The name of the role must be in the form AWSIotFleetHub_random_string .

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

      A set of key/value pairs that you can use to manage the web application resource.

      Parameters:
      tags - A set of key/value pairs that you can use to manage the web application resource.
      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.