public static interface GetMembersRequest.Builder extends DetectiveRequest.Builder, SdkPojo, CopyableBuilder<GetMembersRequest.Builder,GetMembersRequest>
| Modifier and Type | Method and Description |
|---|---|
GetMembersRequest.Builder |
accountIds(Collection<String> accountIds)
The list of AWS account identifiers for the member account for which to return member details.
|
GetMembersRequest.Builder |
accountIds(String... accountIds)
The list of AWS account identifiers for the member account for which to return member details.
|
GetMembersRequest.Builder |
graphArn(String graphArn)
The ARN of the behavior graph for which to request the member details.
|
GetMembersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetMembersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMembersRequest.Builder graphArn(String graphArn)
The ARN of the behavior graph for which to request the member details.
graphArn - The ARN of the behavior graph for which to request the member details.GetMembersRequest.Builder accountIds(Collection<String> accountIds)
The list of AWS account identifiers for the member account for which to return member details.
You cannot use GetMembers to retrieve information about member accounts that were removed from
the behavior graph.
accountIds - The list of AWS account identifiers for the member account for which to return member details.
You cannot use GetMembers to retrieve information about member accounts that were removed
from the behavior graph.
GetMembersRequest.Builder accountIds(String... accountIds)
The list of AWS account identifiers for the member account for which to return member details.
You cannot use GetMembers to retrieve information about member accounts that were removed from
the behavior graph.
accountIds - The list of AWS account identifiers for the member account for which to return member details.
You cannot use GetMembers to retrieve information about member accounts that were removed
from the behavior graph.
GetMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.