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