public static interface ListAttributesRequest.Builder extends EcsRequest.Builder, SdkPojo, CopyableBuilder<ListAttributesRequest.Builder,ListAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAttributesRequest.Builder |
attributeName(String attributeName)
The name of the attribute to filter the results with.
|
ListAttributesRequest.Builder |
attributeValue(String attributeValue)
The value of the attribute to filter results with.
|
ListAttributesRequest.Builder |
cluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster to list attributes.
|
ListAttributesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of cluster results that
ListAttributes returned in paginated output. |
ListAttributesRequest.Builder |
nextToken(String nextToken)
The
nextToken value returned from a ListAttributes request indicating that more
results are available to fulfill the request and further calls are needed. |
ListAttributesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAttributesRequest.Builder |
targetType(String targetType)
The type of the target to list attributes with.
|
ListAttributesRequest.Builder |
targetType(TargetType targetType)
The type of the target to list attributes with.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAttributesRequest.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.
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.ListAttributesRequest.Builder targetType(String targetType)
The type of the target to list attributes with.
targetType - The type of the target to list attributes with.TargetType,
TargetTypeListAttributesRequest.Builder targetType(TargetType targetType)
The type of the target to list attributes with.
targetType - The type of the target to list attributes with.TargetType,
TargetTypeListAttributesRequest.Builder attributeName(String attributeName)
The name of the attribute to filter the results with.
attributeName - The name of the attribute to filter the results with.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.
attributeValue - The value of the attribute to filter results with. You must also specify an attribute name to use this
parameter.ListAttributesRequest.Builder nextToken(String nextToken)
The nextToken value returned from a ListAttributes request indicating that more
results are available to fulfill the request and further calls are needed. If maxResults was
provided, it's possible the number of results to be fewer than maxResults.
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.
nextToken - The nextToken value returned from a ListAttributes request indicating that
more results are available to fulfill the request and further calls are needed. If
maxResults was provided, it's possible the number of results to be fewer than
maxResults. 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.
ListAttributesRequest.Builder maxResults(Integer maxResults)
The maximum number of cluster results that ListAttributes returned in paginated output. When
this parameter is used, ListAttributes only returns maxResults results in a single
page along with a nextToken response element. The remaining results of the initial request can
be seen by sending another ListAttributes request with the returned nextToken
value. This value can be between 1 and 100. If this parameter isn't used, then ListAttributes
returns up to 100 results and a nextToken value if applicable.
maxResults - The maximum number of cluster results that ListAttributes returned in paginated output.
When this parameter is used, ListAttributes only returns maxResults results
in a single page along with a nextToken response element. The remaining results of the
initial request can be seen by sending another ListAttributes request with the returned
nextToken value. This value can be between 1 and 100. If this parameter isn't used, then
ListAttributes returns up to 100 results and a nextToken value if
applicable.ListAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.