Interface ProtectedJobSingleMemberOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProtectedJobSingleMemberOutput.Builder,
,ProtectedJobSingleMemberOutput> SdkBuilder<ProtectedJobSingleMemberOutput.Builder,
,ProtectedJobSingleMemberOutput> SdkPojo
- Enclosing class:
ProtectedJobSingleMemberOutput
@Mutable
@NotThreadSafe
public static interface ProtectedJobSingleMemberOutput.Builder
extends SdkPojo, CopyableBuilder<ProtectedJobSingleMemberOutput.Builder,ProtectedJobSingleMemberOutput>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services account ID of the member in the collaboration who can receive results from analyses.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
-
accountId
The Amazon Web Services account ID of the member in the collaboration who can receive results from analyses.
- Parameters:
accountId
- The Amazon Web Services account ID of the member in the collaboration who can receive results from analyses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-