Interface ListRuleGroupsNamespacesRequest.Builder
- All Superinterfaces:
AmpRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<ListRuleGroupsNamespacesRequest.Builder,
,ListRuleGroupsNamespacesRequest> SdkBuilder<ListRuleGroupsNamespacesRequest.Builder,
,ListRuleGroupsNamespacesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListRuleGroupsNamespacesRequest
public static interface ListRuleGroupsNamespacesRequest.Builder
extends AmpRequest.Builder, SdkPojo, CopyableBuilder<ListRuleGroupsNamespacesRequest.Builder,ListRuleGroupsNamespacesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) Maximum results to return in response (default=100, maximum=1000).Optional filter for rule groups namespace name.Pagination token to request the next page in a paginated list.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.workspaceId
(String workspaceId) The ID of the workspace.Methods inherited from interface software.amazon.awssdk.services.amp.model.AmpRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
workspaceId
The ID of the workspace.
- Parameters:
workspaceId
- The ID of the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Optional filter for rule groups namespace name. Only the rule groups namespace that begin with this value will be returned.
- Parameters:
name
- Optional filter for rule groups namespace name. Only the rule groups namespace that begin with this value will be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Pagination token to request the next page in a paginated list. This token is obtained from the output of the previous ListRuleGroupsNamespaces request.
- Parameters:
nextToken
- Pagination token to request the next page in a paginated list. This token is obtained from the output of the previous ListRuleGroupsNamespaces request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
Maximum results to return in response (default=100, maximum=1000).
- Parameters:
maxResults
- Maximum results to return in response (default=100, maximum=1000).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRuleGroupsNamespacesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListRuleGroupsNamespacesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-