Interface ListMembersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListMembersRequest.Builder,ListMembersRequest>,DetectiveRequest.Builder,SdkBuilder<ListMembersRequest.Builder,ListMembersRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListMembersRequest
public static interface ListMembersRequest.Builder extends DetectiveRequest.Builder, SdkPojo, CopyableBuilder<ListMembersRequest.Builder,ListMembersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMembersRequest.BuildergraphArn(String graphArn)The ARN of the behavior graph for which to retrieve the list of member accounts.ListMembersRequest.BuildermaxResults(Integer maxResults)The maximum number of member accounts to include in the response.ListMembersRequest.BuildernextToken(String nextToken)For requests to retrieve the next page of member account results, the pagination token that was returned with the previous page of results.ListMembersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListMembersRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.services.detective.model.DetectiveRequest.Builder
build
-
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
-
graphArn
ListMembersRequest.Builder graphArn(String graphArn)
The ARN of the behavior graph for which to retrieve the list of member accounts.
- Parameters:
graphArn- The ARN of the behavior graph for which to retrieve the list of member accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListMembersRequest.Builder nextToken(String nextToken)
For requests to retrieve the next page of member account results, the pagination token that was returned with the previous page of results. The initial request does not include a pagination token.
- Parameters:
nextToken- For requests to retrieve the next page of member account results, the pagination token that was returned with the previous page of results. The initial request does not include a pagination token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListMembersRequest.Builder maxResults(Integer maxResults)
The maximum number of member accounts to include in the response. The total must be less than the overall limit on the number of results to return, which is currently 200.
- Parameters:
maxResults- The maximum number of member accounts to include in the response. The total must be less than the overall limit on the number of results to return, which is currently 200.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-