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.BuildernextToken(String nextToken)ThenextTokenvalue to include in a futureListServiceDeploymentsrequest.ListServiceDeploymentsResponse.BuilderserviceDeployments(Collection<ServiceDeploymentBrief> serviceDeployments)An overview of the service deployment, including the following properties:ListServiceDeploymentsResponse.BuilderserviceDeployments(Consumer<ServiceDeploymentBrief.Builder>... serviceDeployments)An overview of the service deployment, including the following properties:ListServiceDeploymentsResponse.BuilderserviceDeployments(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 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.Builderavoiding the need to create one manually viaServiceDeploymentBrief.builder().When the
Consumercompletes,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
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.
-
-