Interface DirectAnalysisConfigurationDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DirectAnalysisConfigurationDetails.Builder,
,DirectAnalysisConfigurationDetails> SdkBuilder<DirectAnalysisConfigurationDetails.Builder,
,DirectAnalysisConfigurationDetails> SdkPojo
- Enclosing class:
DirectAnalysisConfigurationDetails
@Mutable
@NotThreadSafe
public static interface DirectAnalysisConfigurationDetails.Builder
extends SdkPojo, CopyableBuilder<DirectAnalysisConfigurationDetails.Builder,DirectAnalysisConfigurationDetails>
-
Method Summary
Modifier and TypeMethodDescriptionreceiverAccountIds
(String... receiverAccountIds) The account IDs for the member who received the results of a protected query.receiverAccountIds
(Collection<String> receiverAccountIds) The account IDs for the member who received the results of a protected query.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
-
receiverAccountIds
DirectAnalysisConfigurationDetails.Builder receiverAccountIds(Collection<String> receiverAccountIds) The account IDs for the member who received the results of a protected query.
- Parameters:
receiverAccountIds
- The account IDs for the member who received the results of a protected query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
receiverAccountIds
The account IDs for the member who received the results of a protected query.
- Parameters:
receiverAccountIds
- The account IDs for the member who received the results of a protected query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-