Interface ShareError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ShareError.Builder,
,ShareError> SdkBuilder<ShareError.Builder,
,ShareError> SdkPojo
- Enclosing class:
ShareError
public static interface ShareError.Builder
extends SdkPojo, CopyableBuilder<ShareError.Builder,ShareError>
-
Method Summary
Modifier and TypeMethodDescriptionList of accounts impacted by the error.accounts
(Collection<String> accounts) List of accounts impacted by the error.Error type that happened when processing the operation.Information about the error.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, sdkFields
-
Method Details
-
accounts
List of accounts impacted by the error.
- Parameters:
accounts
- List of accounts impacted by the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accounts
List of accounts impacted by the error.
- Parameters:
accounts
- List of accounts impacted by the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
Information about the error.
- Parameters:
message
- Information about the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
error
Error type that happened when processing the operation.
- Parameters:
error
- Error type that happened when processing the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-