public static interface DescribeTrailsResponse.Builder extends CloudTrailResponse.Builder, SdkPojo, CopyableBuilder<DescribeTrailsResponse.Builder,DescribeTrailsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTrailsResponse.Builder |
trailList(Collection<Trail> trailList)
The list of trail objects.
|
DescribeTrailsResponse.Builder |
trailList(Consumer<Trail.Builder>... trailList)
The list of trail objects.
|
DescribeTrailsResponse.Builder |
trailList(Trail... trailList)
The list of trail objects.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTrailsResponse.Builder trailList(Collection<Trail> trailList)
The list of trail objects. Trail objects with string values are only returned if values for the objects exist
in a trail's configuration. For example, SNSTopicName and SNSTopicARN are only
returned in results if a trail is configured to send SNS notifications. Similarly, KMSKeyId only
appears in results if a trail's log files are encrypted with AWS KMS-managed keys.
trailList - The list of trail objects. Trail objects with string values are only returned if values for the
objects exist in a trail's configuration. For example, SNSTopicName and
SNSTopicARN are only returned in results if a trail is configured to send SNS
notifications. Similarly, KMSKeyId only appears in results if a trail's log files are
encrypted with AWS KMS-managed keys.DescribeTrailsResponse.Builder trailList(Trail... trailList)
The list of trail objects. Trail objects with string values are only returned if values for the objects exist
in a trail's configuration. For example, SNSTopicName and SNSTopicARN are only
returned in results if a trail is configured to send SNS notifications. Similarly, KMSKeyId only
appears in results if a trail's log files are encrypted with AWS KMS-managed keys.
trailList - The list of trail objects. Trail objects with string values are only returned if values for the
objects exist in a trail's configuration. For example, SNSTopicName and
SNSTopicARN are only returned in results if a trail is configured to send SNS
notifications. Similarly, KMSKeyId only appears in results if a trail's log files are
encrypted with AWS KMS-managed keys.DescribeTrailsResponse.Builder trailList(Consumer<Trail.Builder>... trailList)
The list of trail objects. Trail objects with string values are only returned if values for the objects exist
in a trail's configuration. For example, SNSTopicName and SNSTopicARN are only
returned in results if a trail is configured to send SNS notifications. Similarly, KMSKeyId only
appears in results if a trail's log files are encrypted with AWS KMS-managed keys.
List.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 #trailList(List) .trailList - a consumer that will call methods on List.Builder #trailList(List) Copyright © 2021. All rights reserved.