Interface AutomatedDiscoveryAccountUpdateError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AutomatedDiscoveryAccountUpdateError.Builder,
,AutomatedDiscoveryAccountUpdateError> SdkBuilder<AutomatedDiscoveryAccountUpdateError.Builder,
,AutomatedDiscoveryAccountUpdateError> SdkPojo
- Enclosing class:
AutomatedDiscoveryAccountUpdateError
@Mutable
@NotThreadSafe
public static interface AutomatedDiscoveryAccountUpdateError.Builder
extends SdkPojo, CopyableBuilder<AutomatedDiscoveryAccountUpdateError.Builder,AutomatedDiscoveryAccountUpdateError>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services account ID for the account that the request applied to.The error code for the error that caused the request to fail for the account (accountId).The error code for the error that caused the request to fail for the account (accountId).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 for the account that the request applied to.
- Parameters:
accountId
- The Amazon Web Services account ID for the account that the request applied to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
The error code for the error that caused the request to fail for the account (accountId). Possible values are: ACCOUNT_NOT_FOUND, the account doesn’t exist or you're not the Amazon Macie administrator for the account; and, ACCOUNT_PAUSED, Macie isn’t enabled for the account in the current Amazon Web Services Region.
- Parameters:
errorCode
- The error code for the error that caused the request to fail for the account (accountId). Possible values are: ACCOUNT_NOT_FOUND, the account doesn’t exist or you're not the Amazon Macie administrator for the account; and, ACCOUNT_PAUSED, Macie isn’t enabled for the account in the current Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorCode
AutomatedDiscoveryAccountUpdateError.Builder errorCode(AutomatedDiscoveryAccountUpdateErrorCode errorCode) The error code for the error that caused the request to fail for the account (accountId). Possible values are: ACCOUNT_NOT_FOUND, the account doesn’t exist or you're not the Amazon Macie administrator for the account; and, ACCOUNT_PAUSED, Macie isn’t enabled for the account in the current Amazon Web Services Region.
- Parameters:
errorCode
- The error code for the error that caused the request to fail for the account (accountId). Possible values are: ACCOUNT_NOT_FOUND, the account doesn’t exist or you're not the Amazon Macie administrator for the account; and, ACCOUNT_PAUSED, Macie isn’t enabled for the account in the current Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-