Interface DescribeExpressGatewayServiceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeExpressGatewayServiceRequest.Builder,DescribeExpressGatewayServiceRequest>,EcsRequest.Builder,SdkBuilder<DescribeExpressGatewayServiceRequest.Builder,DescribeExpressGatewayServiceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeExpressGatewayServiceRequest
@Mutable @NotThreadSafe public static interface DescribeExpressGatewayServiceRequest.Builder extends EcsRequest.Builder, SdkPojo, CopyableBuilder<DescribeExpressGatewayServiceRequest.Builder,DescribeExpressGatewayServiceRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ecs.model.EcsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
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
TAGSto include resource tags associated with the Express service.- Parameters:
include- Specifies additional information to include in the response. Valid values areTAGSto 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
TAGSto include resource tags associated with the Express service.- Parameters:
include- Specifies additional information to include in the response. Valid values areTAGSto 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
TAGSto include resource tags associated with the Express service.- Parameters:
include- Specifies additional information to include in the response. Valid values areTAGSto 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
TAGSto include resource tags associated with the Express service.- Parameters:
include- Specifies additional information to include in the response. Valid values areTAGSto include resource tags associated with the Express service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeExpressGatewayServiceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeExpressGatewayServiceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-