CopyableBuilder<DescribeDestinationsResponse.Builder,DescribeDestinationsResponse>
, SdkBuilder<DescribeDestinationsResponse.Builder,DescribeDestinationsResponse>
public static interface DescribeDestinationsResponse.Builder extends CopyableBuilder<DescribeDestinationsResponse.Builder,DescribeDestinationsResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeDestinationsResponse.Builder |
destinations(Collection<Destination> destinations) |
The destinations.
|
DescribeDestinationsResponse.Builder |
destinations(Destination... destinations) |
The destinations.
|
DescribeDestinationsResponse.Builder |
nextToken(String nextToken) |
copy
apply, build
DescribeDestinationsResponse.Builder destinations(Collection<Destination> destinations)
The destinations.
destinations
- The destinations.DescribeDestinationsResponse.Builder destinations(Destination... destinations)
The destinations.
NOTE: This method appends the values to the existing list (if any). Use
#setDestinations(java.util.Collection)
or #withDestinations(java.util.Collection)
if you want
to override the existing values.
destinations
- The destinations.DescribeDestinationsResponse.Builder nextToken(String nextToken)
nextToken
- Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.