Interface UpdateApplicationRequest.Builder

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

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

    • applicationId

      UpdateApplicationRequest.Builder applicationId(String applicationId)

      The unique Id of the web application.

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

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

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

      UpdateApplicationRequest.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.
    • overrideConfiguration

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