public static interface DescribeTrafficSourcesResponse.Builder extends AutoScalingResponse.Builder, SdkPojo, CopyableBuilder<DescribeTrafficSourcesResponse.Builder,DescribeTrafficSourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTrafficSourcesResponse.Builder |
nextToken(String nextToken)
This string indicates that the response contains more items than can be returned in a single response.
|
DescribeTrafficSourcesResponse.Builder |
trafficSources(Collection<TrafficSourceState> trafficSources)
Information about the traffic sources.
|
DescribeTrafficSourcesResponse.Builder |
trafficSources(Consumer<TrafficSourceState.Builder>... trafficSources)
Information about the traffic sources.
|
DescribeTrafficSourcesResponse.Builder |
trafficSources(TrafficSourceState... trafficSources)
Information about the traffic sources.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTrafficSourcesResponse.Builder trafficSources(Collection<TrafficSourceState> trafficSources)
Information about the traffic sources.
trafficSources - Information about the traffic sources.DescribeTrafficSourcesResponse.Builder trafficSources(TrafficSourceState... trafficSources)
Information about the traffic sources.
trafficSources - Information about the traffic sources.DescribeTrafficSourcesResponse.Builder trafficSources(Consumer<TrafficSourceState.Builder>... trafficSources)
Information about the traffic sources.
This is a convenience method that creates an instance of theTrafficSourceState.Builder avoiding the need to
create one manually via
TrafficSourceState.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #trafficSources(List.
trafficSources - a consumer that will call methods on
TrafficSourceState.Builder#trafficSources(java.util.Collection) DescribeTrafficSourcesResponse.Builder nextToken(String nextToken)
This string indicates that the response contains more items than can be returned in a single response. To
receive additional items, specify this string for the NextToken value when requesting the next
set of items. This value is null when there are no more items to return.
nextToken - This string indicates that the response contains more items than can be returned in a single response.
To receive additional items, specify this string for the NextToken value when requesting
the next set of items. This value is null when there are no more items to return.Copyright © 2023. All rights reserved.