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.
|
build
overrideConfiguration
copy
applyMutation, build
GetAuthorizersRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetAuthorizersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.