Interface ListSharedEndpointsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSharedEndpointsRequest.Builder,ListSharedEndpointsRequest>,S3OutpostsRequest.Builder,SdkBuilder<ListSharedEndpointsRequest.Builder,ListSharedEndpointsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSharedEndpointsRequest
public static interface ListSharedEndpointsRequest.Builder extends S3OutpostsRequest.Builder, SdkPojo, CopyableBuilder<ListSharedEndpointsRequest.Builder,ListSharedEndpointsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSharedEndpointsRequest.BuildermaxResults(Integer maxResults)The maximum number of endpoints that will be returned in the response.ListSharedEndpointsRequest.BuildernextToken(String nextToken)If a previous response from this operation included aNextTokenvalue, you can provide that value here to retrieve the next page of results.ListSharedEndpointsRequest.BuilderoutpostId(String outpostId)The ID of the Amazon Web Services Outpost.ListSharedEndpointsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSharedEndpointsRequest.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
nextToken
ListSharedEndpointsRequest.Builder nextToken(String nextToken)
If a previous response from this operation included a
NextTokenvalue, you can provide that value here to retrieve the next page of results.- Parameters:
nextToken- If a previous response from this operation included aNextTokenvalue, you can 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
ListSharedEndpointsRequest.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.
-
outpostId
ListSharedEndpointsRequest.Builder outpostId(String outpostId)
The ID of the Amazon Web Services Outpost.
- Parameters:
outpostId- The ID of the Amazon Web Services Outpost.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSharedEndpointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSharedEndpointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-