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