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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRuleGroupsNamespacesRequest.BuildermaxResults(Integer maxResults)Maximum results to return in response (default=100, maximum=1000).ListRuleGroupsNamespacesRequest.Buildername(String name)Optional filter for rule groups namespace name.ListRuleGroupsNamespacesRequest.BuildernextToken(String nextToken)Pagination token to request the next page in a paginated list.ListRuleGroupsNamespacesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRuleGroupsNamespacesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRuleGroupsNamespacesRequest.BuilderworkspaceId(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 Detail
-
workspaceId
ListRuleGroupsNamespacesRequest.Builder workspaceId(String 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
ListRuleGroupsNamespacesRequest.Builder name(String 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
ListRuleGroupsNamespacesRequest.Builder nextToken(String 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
ListRuleGroupsNamespacesRequest.Builder maxResults(Integer 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListRuleGroupsNamespacesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-