public static interface ShareError.Builder extends SdkPojo, CopyableBuilder<ShareError.Builder,ShareError>
Modifier and Type | Method and Description |
---|---|
ShareError.Builder |
accounts(Collection<String> accounts)
List of accounts impacted by the error.
|
ShareError.Builder |
accounts(String... accounts)
List of accounts impacted by the error.
|
ShareError.Builder |
error(String error)
Error type that happened when processing the operation.
|
ShareError.Builder |
message(String message)
Information about the error.
|
copy
applyMutation, build
ShareError.Builder accounts(Collection<String> accounts)
List of accounts impacted by the error.
accounts
- List of accounts impacted by the error.ShareError.Builder accounts(String... accounts)
List of accounts impacted by the error.
accounts
- List of accounts impacted by the error.ShareError.Builder message(String message)
Information about the error.
message
- Information about the error.ShareError.Builder error(String error)
Error type that happened when processing the operation.
error
- Error type that happened when processing the operation.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.