Interface ListAssociatedGroupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAssociatedGroupsRequest.Builder,ListAssociatedGroupsRequest>,SdkBuilder<ListAssociatedGroupsRequest.Builder,ListAssociatedGroupsRequest>,SdkPojo,SdkRequest.Builder,SyntheticsRequest.Builder
- Enclosing class:
- ListAssociatedGroupsRequest
public static interface ListAssociatedGroupsRequest.Builder extends SyntheticsRequest.Builder, SdkPojo, CopyableBuilder<ListAssociatedGroupsRequest.Builder,ListAssociatedGroupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAssociatedGroupsRequest.BuildermaxResults(Integer maxResults)Specify this parameter to limit how many groups are returned each time you use theListAssociatedGroupsoperation.ListAssociatedGroupsRequest.BuildernextToken(String nextToken)A token that indicates that there is more data available.ListAssociatedGroupsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAssociatedGroupsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAssociatedGroupsRequest.BuilderresourceArn(String resourceArn)The ARN of the canary that you want to view groups for.-
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
-
Methods inherited from interface software.amazon.awssdk.services.synthetics.model.SyntheticsRequest.Builder
build
-
-
-
-
Method Detail
-
nextToken
ListAssociatedGroupsRequest.Builder nextToken(String nextToken)
A token that indicates that there is more data available. You can use this token in a subsequent operation to retrieve the next set of results.
- Parameters:
nextToken- A token that indicates that there is more data available. You can use this token in a subsequent operation to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAssociatedGroupsRequest.Builder maxResults(Integer maxResults)
Specify this parameter to limit how many groups are returned each time you use the
ListAssociatedGroupsoperation. If you omit this parameter, the default of 20 is used.- Parameters:
maxResults- Specify this parameter to limit how many groups are returned each time you use theListAssociatedGroupsoperation. If you omit this parameter, the default of 20 is used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
ListAssociatedGroupsRequest.Builder resourceArn(String resourceArn)
The ARN of the canary that you want to view groups for.
- Parameters:
resourceArn- The ARN of the canary that you want to view groups for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAssociatedGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAssociatedGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-