public static interface ListAuthorizersRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListAuthorizersRequest.Builder,ListAuthorizersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAuthorizersRequest.Builder |
ascendingOrder(Boolean ascendingOrder)
Return the list of authorizers in ascending alphabetical order.
|
ListAuthorizersRequest.Builder |
marker(String marker)
A marker used to get the next set of results.
|
ListAuthorizersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAuthorizersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAuthorizersRequest.Builder |
pageSize(Integer pageSize)
The maximum number of results to return at one time.
|
ListAuthorizersRequest.Builder |
status(AuthorizerStatus status)
The status of the list authorizers request.
|
ListAuthorizersRequest.Builder |
status(String status)
The status of the list authorizers request.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAuthorizersRequest.Builder pageSize(Integer pageSize)
The maximum number of results to return at one time.
pageSize - The maximum number of results to return at one time.ListAuthorizersRequest.Builder marker(String marker)
A marker used to get the next set of results.
marker - A marker used to get the next set of results.ListAuthorizersRequest.Builder ascendingOrder(Boolean ascendingOrder)
Return the list of authorizers in ascending alphabetical order.
ascendingOrder - Return the list of authorizers in ascending alphabetical order.ListAuthorizersRequest.Builder status(String status)
The status of the list authorizers request.
status - The status of the list authorizers request.AuthorizerStatus,
AuthorizerStatusListAuthorizersRequest.Builder status(AuthorizerStatus status)
The status of the list authorizers request.
status - The status of the list authorizers request.AuthorizerStatus,
AuthorizerStatusListAuthorizersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAuthorizersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.