Interface ProtectedJobDirectAnalysisConfigurationDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProtectedJobDirectAnalysisConfigurationDetails.Builder,,ProtectedJobDirectAnalysisConfigurationDetails> SdkBuilder<ProtectedJobDirectAnalysisConfigurationDetails.Builder,,ProtectedJobDirectAnalysisConfigurationDetails> SdkPojo
- Enclosing class:
ProtectedJobDirectAnalysisConfigurationDetails
@Mutable
@NotThreadSafe
public static interface ProtectedJobDirectAnalysisConfigurationDetails.Builder
extends SdkPojo, CopyableBuilder<ProtectedJobDirectAnalysisConfigurationDetails.Builder,ProtectedJobDirectAnalysisConfigurationDetails>
-
Method Summary
Modifier and TypeMethodDescriptionreceiverAccountIds(String... receiverAccountIds) The receiver account IDs.receiverAccountIds(Collection<String> receiverAccountIds) The receiver account IDs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
receiverAccountIds
ProtectedJobDirectAnalysisConfigurationDetails.Builder receiverAccountIds(Collection<String> receiverAccountIds) The receiver account IDs.
- Parameters:
receiverAccountIds- The receiver account IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
receiverAccountIds
ProtectedJobDirectAnalysisConfigurationDetails.Builder receiverAccountIds(String... receiverAccountIds) The receiver account IDs.
- Parameters:
receiverAccountIds- The receiver account IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-