public static interface ListBrokersRequest.Builder extends MqRequest.Builder, SdkPojo, CopyableBuilder<ListBrokersRequest.Builder,ListBrokersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBrokersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of brokers that Amazon MQ can return per page (20 by default).
|
ListBrokersRequest.Builder |
nextToken(String nextToken)
The token that specifies the next page of results Amazon MQ should return.
|
ListBrokersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBrokersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBrokersRequest.Builder maxResults(Integer maxResults)
The maximum number of brokers that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.
maxResults - The maximum number of brokers that Amazon MQ can return per page (20 by default). This value must be
an integer from 5 to 100.ListBrokersRequest.Builder nextToken(String nextToken)
The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
nextToken - The token that specifies the next page of results Amazon MQ should return. To request the first page,
leave nextToken empty.ListBrokersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListBrokersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.