Interface ListServiceDeploymentsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListServiceDeploymentsResponse.Builder,
,ListServiceDeploymentsResponse> EcsResponse.Builder
,SdkBuilder<ListServiceDeploymentsResponse.Builder,
,ListServiceDeploymentsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListServiceDeploymentsResponse
-
Method Summary
Modifier and TypeMethodDescriptionThenextToken
value to include in a futureListServiceDeployments
request.serviceDeployments
(Collection<ServiceDeploymentBrief> serviceDeployments) An overview of the service deployment, including the following properties:serviceDeployments
(Consumer<ServiceDeploymentBrief.Builder>... serviceDeployments) An overview of the service deployment, including the following properties: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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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 toserviceDeployments(List<ServiceDeploymentBrief>)
.- 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:
-
-
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.
-