public static interface DescribeDestinationsResponse.Builder extends CloudWatchLogsResponse.Builder, SdkPojo, CopyableBuilder<DescribeDestinationsResponse.Builder,DescribeDestinationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDestinationsResponse.Builder |
destinations(Collection<Destination> destinations)
The destinations.
|
DescribeDestinationsResponse.Builder |
destinations(Consumer<Destination.Builder>... destinations)
The destinations.
|
DescribeDestinationsResponse.Builder |
destinations(Destination... destinations)
The destinations.
|
DescribeDestinationsResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDestinationsResponse.Builder destinations(Collection<Destination> destinations)
The destinations.
destinations - The destinations.DescribeDestinationsResponse.Builder destinations(Destination... destinations)
The destinations.
destinations - The destinations.DescribeDestinationsResponse.Builder destinations(Consumer<Destination.Builder>... destinations)
The destinations.
This is a convenience method that creates an instance of theDestination.Builder avoiding the need to create
one manually via Destination.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #destinations(List.
destinations - a consumer that will call methods on
Destination.Builder#destinations(java.util.Collection) DescribeDestinationsResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2023. All rights reserved.