Interface ShareDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ShareDetails.Builder,,- ShareDetails> - SdkBuilder<ShareDetails.Builder,,- ShareDetails> - SdkPojo
- Enclosing class:
- ShareDetails
@Mutable
@NotThreadSafe
public static interface ShareDetails.Builder
extends SdkPojo, CopyableBuilder<ShareDetails.Builder,ShareDetails> 
- 
Method SummaryModifier and TypeMethodDescriptionshareErrors(Collection<ShareError> shareErrors) List of errors.shareErrors(Consumer<ShareError.Builder>... shareErrors) List of errors.shareErrors(ShareError... shareErrors) List of errors.successfulShares(String... successfulShares) List of accounts for whom the operation succeeded.successfulShares(Collection<String> successfulShares) List of accounts for whom the operation succeeded.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details