public static interface GetAuthorizersRequest.Builder extends ApiGatewayRequest.Builder, CopyableBuilder<GetAuthorizersRequest.Builder,GetAuthorizersRequest>
| Modifier and Type | Method and Description |
|---|---|
GetAuthorizersRequest.Builder |
limit(Integer limit)
The maximum number of returned results per page.
|
GetAuthorizersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetAuthorizersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetAuthorizersRequest.Builder |
position(String position)
The current pagination position in the paged result set.
|
GetAuthorizersRequest.Builder |
restApiId(String restApiId)
The string identifier of the associated RestApi.
|
buildoverrideConfigurationcopyapplyMutation, buildGetAuthorizersRequest.Builder restApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId - The string identifier of the associated RestApi.GetAuthorizersRequest.Builder position(String position)
The current pagination position in the paged result set.
position - The current pagination position in the paged result set.GetAuthorizersRequest.Builder limit(Integer limit)
The maximum number of returned results per page.
limit - The maximum number of returned results per page.GetAuthorizersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetAuthorizersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.