public static interface ActiveDirectoryErrorException.Builder extends SdkPojo, CopyableBuilder<ActiveDirectoryErrorException.Builder,ActiveDirectoryErrorException>, FSxException.Builder
| Modifier and Type | Method and Description |
|---|---|
ActiveDirectoryErrorException.Builder |
activeDirectoryId(String activeDirectoryId)
The directory ID of the directory that an error pertains to.
|
ActiveDirectoryErrorException.Builder |
awsErrorDetails(AwsErrorDetails awsErrorDetails)
Specifies the additional awsErrorDetails from the service response.
|
ActiveDirectoryErrorException.Builder |
cause(Throwable cause)
Specifies the exception that caused this exception to occur.
|
ActiveDirectoryErrorException.Builder |
message(String message)
Specifies the details of this exception.
|
ActiveDirectoryErrorException.Builder |
requestId(String requestId)
Specifies the requestId returned by the called service.
|
ActiveDirectoryErrorException.Builder |
statusCode(int statusCode)
Specifies the status code returned by the service.
|
ActiveDirectoryErrorException.Builder |
type(ActiveDirectoryErrorType type)
The type of Active Directory error.
|
ActiveDirectoryErrorException.Builder |
type(String type)
The type of Active Directory error.
|
copyapplyMutation, buildawsErrorDetails, buildrequestId, statusCodecause, messageActiveDirectoryErrorException.Builder activeDirectoryId(String activeDirectoryId)
The directory ID of the directory that an error pertains to.
activeDirectoryId - The directory ID of the directory that an error pertains to.ActiveDirectoryErrorException.Builder type(String type)
The type of Active Directory error.
type - The type of Active Directory error.ActiveDirectoryErrorType,
ActiveDirectoryErrorTypeActiveDirectoryErrorException.Builder type(ActiveDirectoryErrorType type)
The type of Active Directory error.
type - The type of Active Directory error.ActiveDirectoryErrorType,
ActiveDirectoryErrorTypeActiveDirectoryErrorException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
AwsServiceException.BuilderawsErrorDetails in interface AwsServiceException.BuilderawsErrorDetails in interface FSxException.BuilderawsErrorDetails - Object containing additional details from the response.ActiveDirectoryErrorException.Builder message(String message)
SdkException.Buildermessage in interface AwsServiceException.Buildermessage in interface FSxException.Buildermessage in interface SdkException.Buildermessage in interface SdkServiceException.Buildermessage - The details of this exception.ActiveDirectoryErrorException.Builder requestId(String requestId)
SdkServiceException.BuilderrequestId in interface AwsServiceException.BuilderrequestId in interface FSxException.BuilderrequestId in interface SdkServiceException.BuilderrequestId - A string that identifies the request made to a service.ActiveDirectoryErrorException.Builder statusCode(int statusCode)
SdkServiceException.BuilderstatusCode in interface AwsServiceException.BuilderstatusCode in interface FSxException.BuilderstatusCode in interface SdkServiceException.BuilderstatusCode - an int containing the status code returned by the service.ActiveDirectoryErrorException.Builder cause(Throwable cause)
SdkException.Buildercause in interface AwsServiceException.Buildercause in interface FSxException.Buildercause in interface SdkException.Buildercause in interface SdkServiceException.Buildercause - The exception that caused this exception to occur.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.