Interface DescribeExpressGatewayServiceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeExpressGatewayServiceRequest.Builder,,DescribeExpressGatewayServiceRequest> EcsRequest.Builder,SdkBuilder<DescribeExpressGatewayServiceRequest.Builder,,DescribeExpressGatewayServiceRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DescribeExpressGatewayServiceRequest
-
Method Summary
Modifier and TypeMethodDescriptioninclude(Collection<ExpressGatewayServiceInclude> include) Specifies additional information to include in the response.include(ExpressGatewayServiceInclude... include) Specifies additional information to include in the response.includeWithStrings(String... include) Specifies additional information to include in the response.includeWithStrings(Collection<String> include) Specifies additional information to include in the response.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.serviceArn(String serviceArn) The Amazon Resource Name (ARN) of the Express service to describe.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ecs.model.EcsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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
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
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
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) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeExpressGatewayServiceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-