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)The maximum number of results to return.ListRuleGroupsNamespacesRequest.Buildername(String name)Use this parameter to filter the rule groups namespaces that are returned.ListRuleGroupsNamespacesRequest.BuildernextToken(String nextToken)The token for the next set of items to return.ListRuleGroupsNamespacesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRuleGroupsNamespacesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRuleGroupsNamespacesRequest.BuilderworkspaceId(String workspaceId)The ID of the workspace containing the rule groups namespaces.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListRuleGroupsNamespacesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return. The default is 100.
- Parameters:
maxResults- The maximum number of results to return. The default is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ListRuleGroupsNamespacesRequest.Builder name(String name)
Use this parameter to filter the rule groups namespaces that are returned. Only the namespaces with names that begin with the value that you specify are returned.
- Parameters:
name- Use this parameter to filter the rule groups namespaces that are returned. Only the namespaces with names that begin with the value that you specify are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListRuleGroupsNamespacesRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. You receive this token from a previous call, and use it to get the next page of results. The other parameters must be the same as the initial call.
For example, if your initial request has
maxResultsof 10, and there are 12 rule groups namespaces to return, then your initial request will return 10 and anextToken. Using the next token in a subsequent call will return the remaining 2 namespaces.- Parameters:
nextToken- The token for the next set of items to return. You receive this token from a previous call, and use it to get the next page of results. The other parameters must be the same as the initial call.For example, if your initial request has
maxResultsof 10, and there are 12 rule groups namespaces to return, then your initial request will return 10 and anextToken. Using the next token in a subsequent call will return the remaining 2 namespaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaceId
ListRuleGroupsNamespacesRequest.Builder workspaceId(String workspaceId)
The ID of the workspace containing the rule groups namespaces.
- Parameters:
workspaceId- The ID of the workspace containing the rule groups namespaces.- 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
-
-