Interface ListScopesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListScopesRequest.Builder,,ListScopesRequest> NetworkSecurityManagerRequest.Builder,SdkBuilder<ListScopesRequest.Builder,,ListScopesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListScopesRequest
@Mutable
@NotThreadSafe
public static interface ListScopesRequest.Builder
extends NetworkSecurityManagerRequest.Builder, SdkPojo, CopyableBuilder<ListScopesRequest.Builder,ListScopesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults(Integer maxResults) The maximum number of results to return in a single call.The token for the next page of results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Filters the results by status:ACTIVE,DRAFT, orDISABLED.status(EntityStatusFilter status) Filters the results by status:ACTIVE,DRAFT, orDISABLED.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.networksecuritymanager.model.NetworkSecurityManagerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
maxResults
The maximum number of results to return in a single call. Valid range: 1-100. To retrieve the remaining results, use the returned
nextTokenvalue in a subsequent call.- Parameters:
maxResults- The maximum number of results to return in a single call. Valid range: 1-100. To retrieve the remaining results, use the returnednextTokenvalue in a subsequent call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
status
Filters the results by status:
ACTIVE,DRAFT, orDISABLED.- Parameters:
status- Filters the results by status:ACTIVE,DRAFT, orDISABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Filters the results by status:
ACTIVE,DRAFT, orDISABLED.- Parameters:
status- Filters the results by status:ACTIVE,DRAFT, orDISABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListScopesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListScopesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-