Interface DescribeExpressGatewayServiceRequest.Builder

    • Method Detail

      • serviceArn

        DescribeExpressGatewayServiceRequest.Builder serviceArn​(String 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

        DescribeExpressGatewayServiceRequest.Builder includeWithStrings​(Collection<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.
      • 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

        DescribeExpressGatewayServiceRequest.Builder include​(Collection<ExpressGatewayServiceInclude> 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

        DescribeExpressGatewayServiceRequest.Builder include​(ExpressGatewayServiceInclude... 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.