public static interface GetDevEndpointsRequest.Builder extends GlueRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDevEndpointsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetDevEndpointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.