ListAttributesRequest.Builder |
ListAttributesRequest.Builder.attributeName(String attributeName) |
The name of the attribute to filter the results with.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.attributeValue(String attributeValue) |
The value of the attribute to filter results with.
|
static ListAttributesRequest.Builder |
ListAttributesRequest.builder() |
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.cluster(String cluster) |
The short name or full Amazon Resource Name (ARN) of the cluster to list attributes.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.maxResults(Integer maxResults) |
The maximum number of cluster results that ListAttributes returned in paginated output.
|
ListAttributesRequest.Builder |
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 |
ListAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.targetType(String targetType) |
The type of the target to list attributes with.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.targetType(TargetType targetType) |
The type of the target to list attributes with.
|
ListAttributesRequest.Builder |
ListAttributesRequest.toBuilder() |
|