public static interface DescribeDestinationsResponse.Builder extends CloudWatchLogsResponse.Builder, CopyableBuilder<DescribeDestinationsResponse.Builder,DescribeDestinationsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeDestinationsResponse.Builder |
destinations(Collection<Destination> 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
copy
apply, build
DescribeDestinationsResponse.Builder destinations(Collection<Destination> destinations)
The destinations.
destinations
- The destinations.DescribeDestinationsResponse.Builder destinations(Destination... destinations)
The destinations.
destinations
- The destinations.DescribeDestinationsResponse.Builder nextToken(String nextToken)
nextToken
- The new value for the NextToken property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.