Interface ListScopesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListScopesResponse.Builder,,ListScopesResponse> NetworkSecurityManagerResponse.Builder,SdkBuilder<ListScopesResponse.Builder,,ListScopesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListScopesResponse
@Mutable
@NotThreadSafe
public static interface ListScopesResponse.Builder
extends NetworkSecurityManagerResponse.Builder, SdkPojo, CopyableBuilder<ListScopesResponse.Builder,ListScopesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token for the next page of results.scopes(Collection<ScopeSummary> scopes) The list of scopes.scopes(Consumer<ScopeSummary.Builder>... scopes) The list of scopes.scopes(ScopeSummary... scopes) The list of scopes.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.networksecuritymanager.model.NetworkSecurityManagerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
The token for the next page of results. To retrieve the next page, call the operation again and provide this value. When there are no more results, this value is null.
- Parameters:
nextToken- The token for the next page of results. To retrieve the next page, call the operation again and provide this value. When there are no more results, this value is null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scopes
The list of scopes.
- Parameters:
scopes- The list of scopes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scopes
The list of scopes.
- Parameters:
scopes- The list of scopes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scopes
The list of scopes.
This is a convenience method that creates an instance of theScopeSummary.Builderavoiding the need to create one manually viaScopeSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toscopes(List<ScopeSummary>).- Parameters:
scopes- a consumer that will call methods onScopeSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-