Interface ListLinksRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListLinksRequest.Builder,ListLinksRequest>,OamRequest.Builder,SdkBuilder<ListLinksRequest.Builder,ListLinksRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListLinksRequest
public static interface ListLinksRequest.Builder extends OamRequest.Builder, SdkPojo, CopyableBuilder<ListLinksRequest.Builder,ListLinksRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLinksRequest.BuildermaxResults(Integer maxResults)Limits the number of returned links to the specified number.ListLinksRequest.BuildernextToken(String nextToken)The token for the next set of items to return.ListLinksRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLinksRequest.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.oam.model.OamRequest.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
-
maxResults
ListLinksRequest.Builder maxResults(Integer maxResults)
Limits the number of returned links to the specified number.
- Parameters:
maxResults- Limits the number of returned links to the specified number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListLinksRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. You received this token from a previous call.
- Parameters:
nextToken- The token for the next set of items to return. You received this token from a previous call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListLinksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListLinksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-