Interface ListAttributesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAttributesRequest.Builder,ListAttributesRequest>,EcsRequest.Builder,SdkBuilder<ListAttributesRequest.Builder,ListAttributesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAttributesRequest
public static interface ListAttributesRequest.Builder extends EcsRequest.Builder, SdkPojo, CopyableBuilder<ListAttributesRequest.Builder,ListAttributesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAttributesRequest.BuilderattributeName(String attributeName)The name of the attribute to filter the results with.ListAttributesRequest.BuilderattributeValue(String attributeValue)The value of the attribute to filter results with.ListAttributesRequest.Buildercluster(String cluster)The short name or full Amazon Resource Name (ARN) of the cluster to list attributes.ListAttributesRequest.BuildermaxResults(Integer maxResults)The maximum number of cluster results thatListAttributesreturned in paginated output.ListAttributesRequest.BuildernextToken(String nextToken)ThenextTokenvalue returned from aListAttributesrequest indicating that more results are available to fulfill the request and further calls are needed.ListAttributesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAttributesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAttributesRequest.BuildertargetType(String targetType)The type of the target to list attributes with.ListAttributesRequest.BuildertargetType(TargetType targetType)The type of the target to list attributes with.-
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
-
cluster
ListAttributesRequest.Builder cluster(String 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
ListAttributesRequest.Builder targetType(String 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,TargetType
-
targetType
ListAttributesRequest.Builder targetType(TargetType 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,TargetType
-
attributeName
ListAttributesRequest.Builder attributeName(String 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
ListAttributesRequest.Builder attributeValue(String 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
ListAttributesRequest.Builder nextToken(String 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
ListAttributesRequest.Builder maxResults(Integer 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-