Interface DirectAnalysisConfigurationDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DirectAnalysisConfigurationDetails.Builder,DirectAnalysisConfigurationDetails>,SdkBuilder<DirectAnalysisConfigurationDetails.Builder,DirectAnalysisConfigurationDetails>,SdkPojo
- Enclosing class:
- DirectAnalysisConfigurationDetails
public static interface DirectAnalysisConfigurationDetails.Builder extends SdkPojo, CopyableBuilder<DirectAnalysisConfigurationDetails.Builder,DirectAnalysisConfigurationDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DirectAnalysisConfigurationDetails.BuilderreceiverAccountIds(String... receiverAccountIds)The account IDs for the member who received the results of a protected query.DirectAnalysisConfigurationDetails.BuilderreceiverAccountIds(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 Detail
-
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
DirectAnalysisConfigurationDetails.Builder receiverAccountIds(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.
-
-