Interface DescribeEcsClustersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeEcsClustersRequest.Builder,DescribeEcsClustersRequest>,OpsWorksRequest.Builder,SdkBuilder<DescribeEcsClustersRequest.Builder,DescribeEcsClustersRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeEcsClustersRequest
public static interface DescribeEcsClustersRequest.Builder extends OpsWorksRequest.Builder, SdkPojo, CopyableBuilder<DescribeEcsClustersRequest.Builder,DescribeEcsClustersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeEcsClustersRequest.BuilderecsClusterArns(String... ecsClusterArns)A list of ARNs, one for each cluster to be described.DescribeEcsClustersRequest.BuilderecsClusterArns(Collection<String> ecsClusterArns)A list of ARNs, one for each cluster to be described.DescribeEcsClustersRequest.BuildermaxResults(Integer maxResults)To receive a paginated response, use this parameter to specify the maximum number of results to be returned with a single call.DescribeEcsClustersRequest.BuildernextToken(String nextToken)If the previous paginated request did not return all of the remaining results, the response object'sNextTokenparameter value is set to a token.DescribeEcsClustersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeEcsClustersRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeEcsClustersRequest.BuilderstackId(String stackId)A stack ID.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.opsworks.model.OpsWorksRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
ecsClusterArns
DescribeEcsClustersRequest.Builder ecsClusterArns(Collection<String> ecsClusterArns)
A list of ARNs, one for each cluster to be described.
- Parameters:
ecsClusterArns- A list of ARNs, one for each cluster to be described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ecsClusterArns
DescribeEcsClustersRequest.Builder ecsClusterArns(String... ecsClusterArns)
A list of ARNs, one for each cluster to be described.
- Parameters:
ecsClusterArns- A list of ARNs, one for each cluster to be described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackId
DescribeEcsClustersRequest.Builder stackId(String stackId)
A stack ID.
DescribeEcsClustersreturns a description of the cluster that is registered with the stack.- Parameters:
stackId- A stack ID.DescribeEcsClustersreturns a description of the cluster that is registered with the stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeEcsClustersRequest.Builder nextToken(String nextToken)
If the previous paginated request did not return all of the remaining results, the response object's
NextTokenparameter value is set to a token. To retrieve the next set of results, callDescribeEcsClustersagain and assign that token to the request object'sNextTokenparameter. If there are no remaining results, the previous response object'sNextTokenparameter is set tonull.- Parameters:
nextToken- If the previous paginated request did not return all of the remaining results, the response object'sNextTokenparameter value is set to a token. To retrieve the next set of results, callDescribeEcsClustersagain and assign that token to the request object'sNextTokenparameter. If there are no remaining results, the previous response object'sNextTokenparameter is set tonull.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeEcsClustersRequest.Builder maxResults(Integer maxResults)
To receive a paginated response, use this parameter to specify the maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a
NextTokenvalue that you can assign to theNextTokenrequest parameter to get the next set of results.- Parameters:
maxResults- To receive a paginated response, use this parameter to specify the maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes aNextTokenvalue that you can assign to theNextTokenrequest parameter to get the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeEcsClustersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeEcsClustersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-