public static interface ListRuleGroupsNamespacesRequest.Builder extends AmpRequest.Builder, SdkPojo, CopyableBuilder<ListRuleGroupsNamespacesRequest.Builder,ListRuleGroupsNamespacesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRuleGroupsNamespacesRequest.Builder |
maxResults(Integer maxResults)
Maximum results to return in response (default=100, maximum=1000).
|
ListRuleGroupsNamespacesRequest.Builder |
name(String name)
Optional filter for rule groups namespace name.
|
ListRuleGroupsNamespacesRequest.Builder |
nextToken(String nextToken)
Pagination token to request the next page in a paginated list.
|
ListRuleGroupsNamespacesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRuleGroupsNamespacesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListRuleGroupsNamespacesRequest.Builder |
workspaceId(String workspaceId)
The ID of the workspace.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRuleGroupsNamespacesRequest.Builder maxResults(Integer maxResults)
Maximum results to return in response (default=100, maximum=1000).
maxResults - Maximum results to return in response (default=100, maximum=1000).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.
name - Optional filter for rule groups namespace name. Only the rule groups namespace that begin with this
value will be returned.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.
nextToken - Pagination token to request the next page in a paginated list. This token is obtained from the output
of the previous ListRuleGroupsNamespaces request.ListRuleGroupsNamespacesRequest.Builder workspaceId(String workspaceId)
The ID of the workspace.
workspaceId - The ID of the workspace.ListRuleGroupsNamespacesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRuleGroupsNamespacesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.