Interface ListServiceDeploymentsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListServiceDeploymentsResponse.Builder,ListServiceDeploymentsResponse>
,EcsResponse.Builder
,SdkBuilder<ListServiceDeploymentsResponse.Builder,ListServiceDeploymentsResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- ListServiceDeploymentsResponse
public static interface ListServiceDeploymentsResponse.Builder extends EcsResponse.Builder, SdkPojo, CopyableBuilder<ListServiceDeploymentsResponse.Builder,ListServiceDeploymentsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListServiceDeploymentsResponse.Builder
nextToken(String nextToken)
ThenextToken
value to include in a futureListServiceDeployments
request.ListServiceDeploymentsResponse.Builder
serviceDeployments(Collection<ServiceDeploymentBrief> serviceDeployments)
An overview of the service deployment, including the following properties:ListServiceDeploymentsResponse.Builder
serviceDeployments(Consumer<ServiceDeploymentBrief.Builder>... serviceDeployments)
An overview of the service deployment, including the following properties:ListServiceDeploymentsResponse.Builder
serviceDeployments(ServiceDeploymentBrief... serviceDeployments)
An overview of the service deployment, including the following properties:-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ecs.model.EcsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
serviceDeployments
ListServiceDeploymentsResponse.Builder serviceDeployments(Collection<ServiceDeploymentBrief> serviceDeployments)
An overview of the service deployment, including the following properties:
-
The ARN of the service deployment.
-
The ARN of the service being deployed.
-
The ARN of the cluster that hosts the service in the service deployment.
-
The time that the service deployment started.
-
The time that the service deployment completed.
-
The service deployment status.
-
Information about why the service deployment is in the current state.
-
The ARN of the service revision that is being deployed.
- Parameters:
serviceDeployments
- An overview of the service deployment, including the following properties:-
The ARN of the service deployment.
-
The ARN of the service being deployed.
-
The ARN of the cluster that hosts the service in the service deployment.
-
The time that the service deployment started.
-
The time that the service deployment completed.
-
The service deployment status.
-
Information about why the service deployment is in the current state.
-
The ARN of the service revision that is being deployed.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
serviceDeployments
ListServiceDeploymentsResponse.Builder serviceDeployments(ServiceDeploymentBrief... serviceDeployments)
An overview of the service deployment, including the following properties:
-
The ARN of the service deployment.
-
The ARN of the service being deployed.
-
The ARN of the cluster that hosts the service in the service deployment.
-
The time that the service deployment started.
-
The time that the service deployment completed.
-
The service deployment status.
-
Information about why the service deployment is in the current state.
-
The ARN of the service revision that is being deployed.
- Parameters:
serviceDeployments
- An overview of the service deployment, including the following properties:-
The ARN of the service deployment.
-
The ARN of the service being deployed.
-
The ARN of the cluster that hosts the service in the service deployment.
-
The time that the service deployment started.
-
The time that the service deployment completed.
-
The service deployment status.
-
Information about why the service deployment is in the current state.
-
The ARN of the service revision that is being deployed.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
serviceDeployments
ListServiceDeploymentsResponse.Builder serviceDeployments(Consumer<ServiceDeploymentBrief.Builder>... serviceDeployments)
An overview of the service deployment, including the following properties:
-
The ARN of the service deployment.
-
The ARN of the service being deployed.
-
The ARN of the cluster that hosts the service in the service deployment.
-
The time that the service deployment started.
-
The time that the service deployment completed.
-
The service deployment status.
-
Information about why the service deployment is in the current state.
-
The ARN of the service revision that is being deployed.
ServiceDeploymentBrief.Builder
avoiding the need to create one manually viaServiceDeploymentBrief.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#serviceDeployments(List
.) - Parameters:
serviceDeployments
- a consumer that will call methods onServiceDeploymentBrief.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#serviceDeployments(java.util.Collection
)
-
-
nextToken
ListServiceDeploymentsResponse.Builder nextToken(String nextToken)
The
nextToken
value to include in a futureListServiceDeployments
request. When the results of aListServiceDeployments
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.- Parameters:
nextToken
- ThenextToken
value to include in a futureListServiceDeployments
request. When the results of aListServiceDeployments
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-