Interface ListEndpointsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListEndpointsRequest.Builder,ListEndpointsRequest>,S3OutpostsRequest.Builder,SdkBuilder<ListEndpointsRequest.Builder,ListEndpointsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListEndpointsRequest
public static interface ListEndpointsRequest.Builder extends S3OutpostsRequest.Builder, SdkPojo, CopyableBuilder<ListEndpointsRequest.Builder,ListEndpointsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEndpointsRequest.BuildermaxResults(Integer maxResults)The maximum number of endpoints that will be returned in the response.ListEndpointsRequest.BuildernextToken(String nextToken)If a previous response from this operation included aNextTokenvalue, provide that value here to retrieve the next page of results.ListEndpointsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEndpointsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.s3outposts.model.S3OutpostsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
nextToken
ListEndpointsRequest.Builder nextToken(String nextToken)
If a previous response from this operation included a
NextTokenvalue, provide that value here to retrieve the next page of results.- Parameters:
nextToken- If a previous response from this operation included aNextTokenvalue, provide that value here to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListEndpointsRequest.Builder maxResults(Integer maxResults)
The maximum number of endpoints that will be returned in the response.
- Parameters:
maxResults- The maximum number of endpoints that will be returned in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListEndpointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEndpointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-