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 TypeMethodDescriptionThenextTokenvalue to include in a futureListServiceDeploymentsrequest.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
copyMethods inherited from interface software.amazon.awssdk.services.ecs.model.EcsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods 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.Builderavoiding the need to create one manually viaServiceDeploymentBrief.builder().When the
Consumercompletes,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
nextTokenvalue to include in a futureListServiceDeploymentsrequest. When the results of aListServiceDeploymentsrequest 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- ThenextTokenvalue to include in a futureListServiceDeploymentsrequest. When the results of aListServiceDeploymentsrequest 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.
 
 
 -