Interface DescribeExpressGatewayServiceRequest.Builder

  • Method Details

    • serviceArn

      The Amazon Resource Name (ARN) of the Express service to describe. The ARN uniquely identifies the service within your Amazon Web Services account and region.

      Parameters:
      serviceArn - The Amazon Resource Name (ARN) of the Express service to describe. The ARN uniquely identifies the service within your Amazon Web Services account and region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • includeWithStrings

      Specifies additional information to include in the response. Valid values are TAGS to include resource tags associated with the Express service.

      Parameters:
      include - Specifies additional information to include in the response. Valid values are TAGS to include resource tags associated with the Express service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • includeWithStrings

      DescribeExpressGatewayServiceRequest.Builder includeWithStrings(String... include)

      Specifies additional information to include in the response. Valid values are TAGS to include resource tags associated with the Express service.

      Parameters:
      include - Specifies additional information to include in the response. Valid values are TAGS to include resource tags associated with the Express service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • include

      Specifies additional information to include in the response. Valid values are TAGS to include resource tags associated with the Express service.

      Parameters:
      include - Specifies additional information to include in the response. Valid values are TAGS to include resource tags associated with the Express service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • include

      Specifies additional information to include in the response. Valid values are TAGS to include resource tags associated with the Express service.

      Parameters:
      include - Specifies additional information to include in the response. Valid values are TAGS to include resource tags associated with the Express service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.