Interface GetMembersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetMembersRequest.Builder,GetMembersRequest>,DetectiveRequest.Builder,SdkBuilder<GetMembersRequest.Builder,GetMembersRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetMembersRequest
public static interface GetMembersRequest.Builder extends DetectiveRequest.Builder, SdkPojo, CopyableBuilder<GetMembersRequest.Builder,GetMembersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetMembersRequest.BuilderaccountIds(String... accountIds)The list of Amazon Web Services account identifiers for the member account for which to return member details.GetMembersRequest.BuilderaccountIds(Collection<String> accountIds)The list of Amazon Web Services account identifiers for the member account for which to return member details.GetMembersRequest.BuildergraphArn(String graphArn)The ARN of the behavior graph for which to request the member details.GetMembersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetMembersRequest.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
GetMembersRequest.Builder graphArn(String graphArn)
The ARN of the behavior graph for which to request the member details.
- Parameters:
graphArn- The ARN of the behavior graph for which to request the member details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
GetMembersRequest.Builder accountIds(Collection<String> accountIds)
The list of Amazon Web Services account identifiers for the member account for which to return member details. You can request details for up to 50 member accounts at a time.
You cannot use
GetMembersto retrieve information about member accounts that were removed from the behavior graph.- Parameters:
accountIds- The list of Amazon Web Services account identifiers for the member account for which to return member details. You can request details for up to 50 member accounts at a time.You cannot use
GetMembersto retrieve information about member accounts that were removed from the behavior graph.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
GetMembersRequest.Builder accountIds(String... accountIds)
The list of Amazon Web Services account identifiers for the member account for which to return member details. You can request details for up to 50 member accounts at a time.
You cannot use
GetMembersto retrieve information about member accounts that were removed from the behavior graph.- Parameters:
accountIds- The list of Amazon Web Services account identifiers for the member account for which to return member details. You can request details for up to 50 member accounts at a time.You cannot use
GetMembersto retrieve information about member accounts that were removed from the behavior graph.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-