Interface ListAttributesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAttributesRequest.Builder,,ListAttributesRequest> EcsRequest.Builder,SdkBuilder<ListAttributesRequest.Builder,,ListAttributesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListAttributesRequest
-
Method Summary
Modifier and TypeMethodDescriptionattributeName(String attributeName) The name of the attribute to filter the results with.attributeValue(String attributeValue) The value of the attribute to filter results with.The short name or full Amazon Resource Name (ARN) of the cluster to list attributes.maxResults(Integer maxResults) The maximum number of cluster results thatListAttributesreturned in paginated output.ThenextTokenvalue returned from aListAttributesrequest indicating that more results are available to fulfill the request and further calls are needed.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.targetType(String targetType) The type of the target to list attributes with.targetType(TargetType targetType) The type of the target to list attributes with.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ecs.model.EcsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
cluster
The short name or full Amazon Resource Name (ARN) of the cluster to list attributes. If you do not specify a cluster, the default cluster is assumed.
- Parameters:
cluster- The short name or full Amazon Resource Name (ARN) of the cluster to list attributes. If you do not specify a cluster, the default cluster is assumed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetType
The type of the target to list attributes with.
- Parameters:
targetType- The type of the target to list attributes with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetType
The type of the target to list attributes with.
- Parameters:
targetType- The type of the target to list attributes with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
attributeName
The name of the attribute to filter the results with.
- Parameters:
attributeName- The name of the attribute to filter the results with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeValue
The value of the attribute to filter results with. You must also specify an attribute name to use this parameter.
- Parameters:
attributeValue- The value of the attribute to filter results with. You must also specify an attribute name to use this parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The
nextTokenvalue returned from aListAttributesrequest indicating that more results are available to fulfill the request and further calls are needed. IfmaxResultswas provided, it's possible the number of results to be fewer thanmaxResults.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 aListAttributesrequest indicating that more results are available to fulfill the request and further calls are needed. IfmaxResultswas provided, it's possible the number of results to be fewer thanmaxResults.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.
-
maxResults
The maximum number of cluster results that
ListAttributesreturned in paginated output. When this parameter is used,ListAttributesonly returnsmaxResultsresults in a single page along with anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherListAttributesrequest with the returnednextTokenvalue. This value can be between 1 and 100. If this parameter isn't used, thenListAttributesreturns up to 100 results and anextTokenvalue if applicable.- Parameters:
maxResults- The maximum number of cluster results thatListAttributesreturned in paginated output. When this parameter is used,ListAttributesonly returnsmaxResultsresults in a single page along with anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherListAttributesrequest with the returnednextTokenvalue. This value can be between 1 and 100. If this parameter isn't used, thenListAttributesreturns up to 100 results and anextTokenvalue if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-