public static interface ListTrailsRequest.Builder extends CloudTrailRequest.Builder, SdkPojo, CopyableBuilder<ListTrailsRequest.Builder,ListTrailsRequest>
Modifier and Type | Method and Description |
---|---|
ListTrailsRequest.Builder |
nextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
|
ListTrailsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListTrailsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListTrailsRequest.Builder nextToken(String nextToken)
The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.
nextToken
- The token to use to get the next page of results after a previous API call. This token must be passed
in with the same parameters that were specified in the the original call. For example, if the original
call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should
include those same parameters.ListTrailsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListTrailsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.