public static interface ListAttachedLinksRequest.Builder extends OamRequest.Builder, SdkPojo, CopyableBuilder<ListAttachedLinksRequest.Builder,ListAttachedLinksRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAttachedLinksRequest.Builder |
maxResults(Integer maxResults)
Limits the number of returned links to the specified number.
|
ListAttachedLinksRequest.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
ListAttachedLinksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAttachedLinksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAttachedLinksRequest.Builder |
sinkIdentifier(String sinkIdentifier)
The ARN of the sink that you want to retrieve links for.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAttachedLinksRequest.Builder maxResults(Integer maxResults)
Limits the number of returned links to the specified number.
maxResults - Limits the number of returned links to the specified number.ListAttachedLinksRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. You received this token from a previous call.
nextToken - The token for the next set of items to return. You received this token from a previous call.ListAttachedLinksRequest.Builder sinkIdentifier(String sinkIdentifier)
The ARN of the sink that you want to retrieve links for.
sinkIdentifier - The ARN of the sink that you want to retrieve links for.ListAttachedLinksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAttachedLinksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.