public static interface ListApiKeysRequest.Builder extends AppSyncRequest.Builder, SdkPojo, CopyableBuilder<ListApiKeysRequest.Builder,ListApiKeysRequest>
| Modifier and Type | Method and Description |
|---|---|
ListApiKeysRequest.Builder |
apiId(String apiId)
The API ID.
|
ListApiKeysRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results you want the request to return.
|
ListApiKeysRequest.Builder |
nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
ListApiKeysRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListApiKeysRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApiKeysRequest.Builder apiId(String apiId)
The API ID.
apiId - The API ID.ListApiKeysRequest.Builder nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken - An identifier that was returned from the previous call to this operation, which can be used to return
the next set of items in the list.ListApiKeysRequest.Builder maxResults(Integer maxResults)
The maximum number of results you want the request to return.
maxResults - The maximum number of results you want the request to return.ListApiKeysRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListApiKeysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.