public static interface GetMembersRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<GetMembersRequest.Builder,GetMembersRequest>
| Modifier and Type | Method and Description |
|---|---|
GetMembersRequest.Builder |
accountIds(Collection<String> accountIds)
A list of account IDs of the GuardDuty member accounts that you want to describe.
|
GetMembersRequest.Builder |
accountIds(String... accountIds)
A list of account IDs of the GuardDuty member accounts that you want to describe.
|
GetMembersRequest.Builder |
detectorId(String detectorId)
The unique ID of the detector of the GuardDuty account whose members you want to retrieve.
|
GetMembersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetMembersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMembersRequest.Builder detectorId(String detectorId)
The unique ID of the detector of the GuardDuty account whose members you want to retrieve.
detectorId - The unique ID of the detector of the GuardDuty account whose members you want to retrieve.GetMembersRequest.Builder accountIds(Collection<String> accountIds)
A list of account IDs of the GuardDuty member accounts that you want to describe.
accountIds - A list of account IDs of the GuardDuty member accounts that you want to describe.GetMembersRequest.Builder accountIds(String... accountIds)
A list of account IDs of the GuardDuty member accounts that you want to describe.
accountIds - A list of account IDs of the GuardDuty member accounts that you want to describe.GetMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.