Interface GetMembersRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetMembersRequest.Builder,
,GetMembersRequest> DetectiveRequest.Builder
,SdkBuilder<GetMembersRequest.Builder,
,GetMembersRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetMembersRequest
-
Method Summary
Modifier and TypeMethodDescriptionaccountIds
(String... accountIds) The list of Amazon Web Services account identifiers for the member account for which to return member details.accountIds
(Collection<String> accountIds) The list of Amazon Web Services account identifiers for the member account for which to return member details.The ARN of the behavior graph for which to request the member details.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
GetMembers
to 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
GetMembers
to 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
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
GetMembers
to 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
GetMembers
to 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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-