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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeNetworkInsightsAccessScopesResponse.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 theNetworkInsightsAccessScope.Builder
avoiding the need to
create one manually via
NetworkInsightsAccessScope.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called
immediately and its result is passed to #networkInsightsAccessScopes(List
.
networkInsightsAccessScopes
- a consumer that will call methods on
NetworkInsightsAccessScope.Builder
#networkInsightsAccessScopes(java.util.Collection)
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 © 2023. All rights reserved.