Interface DescribeCapacityProvidersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeCapacityProvidersRequest.Builder,DescribeCapacityProvidersRequest>,EcsRequest.Builder,SdkBuilder<DescribeCapacityProvidersRequest.Builder,DescribeCapacityProvidersRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeCapacityProvidersRequest
public static interface DescribeCapacityProvidersRequest.Builder extends EcsRequest.Builder, SdkPojo, CopyableBuilder<DescribeCapacityProvidersRequest.Builder,DescribeCapacityProvidersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeCapacityProvidersRequest.BuildercapacityProviders(String... capacityProviders)The short name or full Amazon Resource Name (ARN) of one or more capacity providers.DescribeCapacityProvidersRequest.BuildercapacityProviders(Collection<String> capacityProviders)The short name or full Amazon Resource Name (ARN) of one or more capacity providers.DescribeCapacityProvidersRequest.Builderinclude(Collection<CapacityProviderField> include)Specifies whether or not you want to see the resource tags for the capacity provider.DescribeCapacityProvidersRequest.Builderinclude(CapacityProviderField... include)Specifies whether or not you want to see the resource tags for the capacity provider.DescribeCapacityProvidersRequest.BuilderincludeWithStrings(String... include)Specifies whether or not you want to see the resource tags for the capacity provider.DescribeCapacityProvidersRequest.BuilderincludeWithStrings(Collection<String> include)Specifies whether or not you want to see the resource tags for the capacity provider.DescribeCapacityProvidersRequest.BuildermaxResults(Integer maxResults)The maximum number of account setting results returned byDescribeCapacityProvidersin paginated output.DescribeCapacityProvidersRequest.BuildernextToken(String nextToken)ThenextTokenvalue returned from a previous paginatedDescribeCapacityProvidersrequest wheremaxResultswas used and the results exceeded the value of that parameter.DescribeCapacityProvidersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeCapacityProvidersRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.ecs.model.EcsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
capacityProviders
DescribeCapacityProvidersRequest.Builder capacityProviders(Collection<String> capacityProviders)
The short name or full Amazon Resource Name (ARN) of one or more capacity providers. Up to
100capacity providers can be described in an action.- Parameters:
capacityProviders- The short name or full Amazon Resource Name (ARN) of one or more capacity providers. Up to100capacity providers can be described in an action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capacityProviders
DescribeCapacityProvidersRequest.Builder capacityProviders(String... capacityProviders)
The short name or full Amazon Resource Name (ARN) of one or more capacity providers. Up to
100capacity providers can be described in an action.- Parameters:
capacityProviders- The short name or full Amazon Resource Name (ARN) of one or more capacity providers. Up to100capacity providers can be described in an action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeWithStrings
DescribeCapacityProvidersRequest.Builder includeWithStrings(Collection<String> include)
Specifies whether or not you want to see the resource tags for the capacity provider. If
TAGSis specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.- Parameters:
include- Specifies whether or not you want to see the resource tags for the capacity provider. IfTAGSis specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeWithStrings
DescribeCapacityProvidersRequest.Builder includeWithStrings(String... include)
Specifies whether or not you want to see the resource tags for the capacity provider. If
TAGSis specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.- Parameters:
include- Specifies whether or not you want to see the resource tags for the capacity provider. IfTAGSis specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
include
DescribeCapacityProvidersRequest.Builder include(Collection<CapacityProviderField> include)
Specifies whether or not you want to see the resource tags for the capacity provider. If
TAGSis specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.- Parameters:
include- Specifies whether or not you want to see the resource tags for the capacity provider. IfTAGSis specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
include
DescribeCapacityProvidersRequest.Builder include(CapacityProviderField... include)
Specifies whether or not you want to see the resource tags for the capacity provider. If
TAGSis specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.- Parameters:
include- Specifies whether or not you want to see the resource tags for the capacity provider. IfTAGSis specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeCapacityProvidersRequest.Builder maxResults(Integer maxResults)
The maximum number of account setting results returned by
DescribeCapacityProvidersin paginated output. When this parameter is used,DescribeCapacityProvidersonly returnsmaxResultsresults in a single page along with anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherDescribeCapacityProvidersrequest with the returnednextTokenvalue. This value can be between 1 and 10. If this parameter is not used, thenDescribeCapacityProvidersreturns up to 10 results and anextTokenvalue if applicable.- Parameters:
maxResults- The maximum number of account setting results returned byDescribeCapacityProvidersin paginated output. When this parameter is used,DescribeCapacityProvidersonly returnsmaxResultsresults in a single page along with anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherDescribeCapacityProvidersrequest with the returnednextTokenvalue. This value can be between 1 and 10. If this parameter is not used, thenDescribeCapacityProvidersreturns up to 10 results and anextTokenvalue if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeCapacityProvidersRequest.Builder nextToken(String nextToken)
The
nextTokenvalue returned from a previous paginatedDescribeCapacityProvidersrequest wheremaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextTokenvalue.This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
- Parameters:
nextToken- ThenextTokenvalue returned from a previous paginatedDescribeCapacityProvidersrequest wheremaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextTokenvalue.This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeCapacityProvidersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeCapacityProvidersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-