public static interface DescribeNetworkInsightsAccessScopesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeNetworkInsightsAccessScopesResponse.Builder,DescribeNetworkInsightsAccessScopesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeNetworkInsightsAccessScopesResponse.Builder |
networkInsightsAccessScopes(Collection<NetworkInsightsAccessScope> networkInsightsAccessScopes)
The Network Access Scopes.
|
DescribeNetworkInsightsAccessScopesResponse.Builder |
networkInsightsAccessScopes(Consumer<NetworkInsightsAccessScope.Builder>... networkInsightsAccessScopes)
The Network Access Scopes.
|
DescribeNetworkInsightsAccessScopesResponse.Builder |
networkInsightsAccessScopes(NetworkInsightsAccessScope... networkInsightsAccessScopes)
The Network Access Scopes.
|
DescribeNetworkInsightsAccessScopesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeNetworkInsightsAccessScopesResponse.Builder networkInsightsAccessScopes(Collection<NetworkInsightsAccessScope> networkInsightsAccessScopes)
The Network Access Scopes.
networkInsightsAccessScopes - The Network Access Scopes.DescribeNetworkInsightsAccessScopesResponse.Builder networkInsightsAccessScopes(NetworkInsightsAccessScope... networkInsightsAccessScopes)
The Network Access Scopes.
networkInsightsAccessScopes - The Network Access Scopes.DescribeNetworkInsightsAccessScopesResponse.Builder networkInsightsAccessScopes(Consumer<NetworkInsightsAccessScope.Builder>... networkInsightsAccessScopes)
The Network Access Scopes.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #networkInsightsAccessScopes(List) .networkInsightsAccessScopes - a consumer that will call methods on List.Builder #networkInsightsAccessScopes(List) DescribeNetworkInsightsAccessScopesResponse.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.Copyright © 2022. All rights reserved.