Interface ECSExpressGatewayService.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ECSExpressGatewayService.Builder,,ECSExpressGatewayService> SdkBuilder<ECSExpressGatewayService.Builder,,ECSExpressGatewayService> SdkPojo
- Enclosing class:
ECSExpressGatewayService
-
Method Summary
Modifier and TypeMethodDescriptionactiveConfigurations(Collection<ExpressGatewayServiceConfiguration> activeConfigurations) The list of active service configurations for the Express service.activeConfigurations(Consumer<ExpressGatewayServiceConfiguration.Builder>... activeConfigurations) The list of active service configurations for the Express service.activeConfigurations(ExpressGatewayServiceConfiguration... activeConfigurations) The list of active service configurations for the Express service.The short name or full ARN of the cluster that hosts the Express service.The Unix timestamp for when the Express service was created.currentDeployment(String currentDeployment) The current deployment configuration for the Express service.infrastructureRoleArn(String infrastructureRoleArn) The ARN of the infrastructure role that manages Amazon Web Services resources for the Express service.serviceArn(String serviceArn) The ARN that identifies the Express service.serviceName(String serviceName) The name of the Express service.default ECSExpressGatewayService.BuilderThe current status of the Express service.status(ExpressGatewayServiceStatus status) The current status of the Express service.tags(Collection<Tag> tags) The metadata applied to the Express service.tags(Consumer<Tag.Builder>... tags) The metadata applied to the Express service.The metadata applied to the Express service.The Unix timestamp for when the Express service was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
cluster
The short name or full ARN of the cluster that hosts the Express service.
- Parameters:
cluster- The short name or full ARN of the cluster that hosts the Express service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceName
The name of the Express service.
- Parameters:
serviceName- The name of the Express service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceArn
The ARN that identifies the Express service.
- Parameters:
serviceArn- The ARN that identifies the Express service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
infrastructureRoleArn
The ARN of the infrastructure role that manages Amazon Web Services resources for the Express service.
- Parameters:
infrastructureRoleArn- The ARN of the infrastructure role that manages Amazon Web Services resources for the Express service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the Express service.
- Parameters:
status- The current status of the Express service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
default ECSExpressGatewayService.Builder status(Consumer<ExpressGatewayServiceStatus.Builder> status) The current status of the Express service.
This is a convenience method that creates an instance of theExpressGatewayServiceStatus.Builderavoiding the need to create one manually viaExpressGatewayServiceStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostatus(ExpressGatewayServiceStatus).- Parameters:
status- a consumer that will call methods onExpressGatewayServiceStatus.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
currentDeployment
The current deployment configuration for the Express service.
- Parameters:
currentDeployment- The current deployment configuration for the Express service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
activeConfigurations
ECSExpressGatewayService.Builder activeConfigurations(Collection<ExpressGatewayServiceConfiguration> activeConfigurations) The list of active service configurations for the Express service.
- Parameters:
activeConfigurations- The list of active service configurations for the Express service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
activeConfigurations
ECSExpressGatewayService.Builder activeConfigurations(ExpressGatewayServiceConfiguration... activeConfigurations) The list of active service configurations for the Express service.
- Parameters:
activeConfigurations- The list of active service configurations for the Express service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
activeConfigurations
ECSExpressGatewayService.Builder activeConfigurations(Consumer<ExpressGatewayServiceConfiguration.Builder>... activeConfigurations) The list of active service configurations for the Express service.
This is a convenience method that creates an instance of theExpressGatewayServiceConfiguration.Builderavoiding the need to create one manually viaExpressGatewayServiceConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toactiveConfigurations(List<ExpressGatewayServiceConfiguration>).- Parameters:
activeConfigurations- a consumer that will call methods onExpressGatewayServiceConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The metadata applied to the Express service.
- Parameters:
tags- The metadata applied to the Express service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The metadata applied to the Express service.
- Parameters:
tags- The metadata applied to the Express service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The metadata applied to the Express service.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The Unix timestamp for when the Express service was created.
- Parameters:
createdAt- The Unix timestamp for when the Express service was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The Unix timestamp for when the Express service was last updated.
- Parameters:
updatedAt- The Unix timestamp for when the Express service was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-