public static interface GetAuthorizersRequest.Builder extends ApiGatewayV2Request.Builder, SdkPojo, CopyableBuilder<GetAuthorizersRequest.Builder,GetAuthorizersRequest>
| Modifier and Type | Method and Description |
|---|---|
GetAuthorizersRequest.Builder |
apiId(String apiId)
The API identifier.
|
GetAuthorizersRequest.Builder |
maxResults(String maxResults)
The maximum number of elements to be returned for this resource.
|
GetAuthorizersRequest.Builder |
nextToken(String nextToken)
The next page of elements from this collection.
|
GetAuthorizersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetAuthorizersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAuthorizersRequest.Builder apiId(String apiId)
The API identifier.
apiId - The API identifier.GetAuthorizersRequest.Builder maxResults(String maxResults)
The maximum number of elements to be returned for this resource.
maxResults - The maximum number of elements to be returned for this resource.GetAuthorizersRequest.Builder nextToken(String nextToken)
The next page of elements from this collection. Not valid for the last element of the collection.
nextToken - The next page of elements from this collection. Not valid for the last element of the collection.GetAuthorizersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetAuthorizersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.