public static interface GetDevEndpointsRequest.Builder extends GlueRequest.Builder, CopyableBuilder<GetDevEndpointsRequest.Builder,GetDevEndpointsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetDevEndpointsRequest.Builder |
maxResults(Integer maxResults)
The maximum size of information to return.
|
GetDevEndpointsRequest.Builder |
nextToken(String nextToken)
A continuation token, if this is a continuation call.
|
GetDevEndpointsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetDevEndpointsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildGetDevEndpointsRequest.Builder maxResults(Integer maxResults)
The maximum size of information to return.
maxResults - The maximum size of information to return.GetDevEndpointsRequest.Builder nextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken - A continuation token, if this is a continuation call.GetDevEndpointsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetDevEndpointsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.