public static interface DescribeAwsNetworkPerformanceMetricSubscriptionsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeAwsNetworkPerformanceMetricSubscriptionsResponse.Builder,DescribeAwsNetworkPerformanceMetricSubscriptionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAwsNetworkPerformanceMetricSubscriptionsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeAwsNetworkPerformanceMetricSubscriptionsResponse.Builder |
subscriptions(Collection<Subscription> subscriptions)
Describes the current Infrastructure Performance subscriptions.
|
DescribeAwsNetworkPerformanceMetricSubscriptionsResponse.Builder |
subscriptions(Consumer<Subscription.Builder>... subscriptions)
Describes the current Infrastructure Performance subscriptions.
|
DescribeAwsNetworkPerformanceMetricSubscriptionsResponse.Builder |
subscriptions(Subscription... subscriptions)
Describes the current Infrastructure Performance subscriptions.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAwsNetworkPerformanceMetricSubscriptionsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.DescribeAwsNetworkPerformanceMetricSubscriptionsResponse.Builder subscriptions(Collection<Subscription> subscriptions)
Describes the current Infrastructure Performance subscriptions.
subscriptions - Describes the current Infrastructure Performance subscriptions.DescribeAwsNetworkPerformanceMetricSubscriptionsResponse.Builder subscriptions(Subscription... subscriptions)
Describes the current Infrastructure Performance subscriptions.
subscriptions - Describes the current Infrastructure Performance subscriptions.DescribeAwsNetworkPerformanceMetricSubscriptionsResponse.Builder subscriptions(Consumer<Subscription.Builder>... subscriptions)
Describes the current Infrastructure Performance subscriptions.
This is a convenience method that creates an instance of theSubscription.Builder avoiding the need to create one
manually via Subscription.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #subscriptions(List.
subscriptions - a consumer that will call methods on
Subscription.Builder#subscriptions(java.util.Collection) Copyright © 2023. All rights reserved.