public static interface ListTrailsResponse.Builder extends CloudTrailResponse.Builder, SdkPojo, CopyableBuilder<ListTrailsResponse.Builder,ListTrailsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTrailsResponse.Builder |
nextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
|
ListTrailsResponse.Builder |
trails(Collection<TrailInfo> trails)
Returns the name, ARN, and home region of trails in the current account.
|
ListTrailsResponse.Builder |
trails(Consumer<TrailInfo.Builder>... trails)
Returns the name, ARN, and home region of trails in the current account.
|
ListTrailsResponse.Builder |
trails(TrailInfo... trails)
Returns the name, ARN, and home region of trails in the current account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTrailsResponse.Builder trails(Collection<TrailInfo> trails)
Returns the name, ARN, and home region of trails in the current account.
trails - Returns the name, ARN, and home region of trails in the current account.ListTrailsResponse.Builder trails(TrailInfo... trails)
Returns the name, ARN, and home region of trails in the current account.
trails - Returns the name, ARN, and home region of trails in the current account.ListTrailsResponse.Builder trails(Consumer<TrailInfo.Builder>... trails)
Returns the name, ARN, and home region of trails in the current account.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #trails(List) .trails - a consumer that will call methods on List.Builder #trails(List) ListTrailsResponse.Builder nextToken(String nextToken)
The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous 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. If the token does not
appear, there are no more results to return. The token must be passed in with the same parameters as
the previous 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.Copyright © 2020. All rights reserved.