Interface ActiveDirectoryErrorException.Builder
-
- All Superinterfaces:
AwsServiceException.Builder,Buildable,CopyableBuilder<ActiveDirectoryErrorException.Builder,ActiveDirectoryErrorException>,FSxException.Builder,SdkBuilder<ActiveDirectoryErrorException.Builder,ActiveDirectoryErrorException>,SdkException.Builder,SdkPojo,SdkServiceException.Builder
- Enclosing class:
- ActiveDirectoryErrorException
public static interface ActiveDirectoryErrorException.Builder extends SdkPojo, CopyableBuilder<ActiveDirectoryErrorException.Builder,ActiveDirectoryErrorException>, FSxException.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActiveDirectoryErrorException.BuilderactiveDirectoryId(String activeDirectoryId)The directory ID of the directory that an error pertains to.ActiveDirectoryErrorException.BuilderawsErrorDetails(AwsErrorDetails awsErrorDetails)ActiveDirectoryErrorException.Buildercause(Throwable cause)ActiveDirectoryErrorException.Buildermessage(String message)ActiveDirectoryErrorException.BuilderrequestId(String requestId)ActiveDirectoryErrorException.BuilderstatusCode(int statusCode)ActiveDirectoryErrorException.Buildertype(String type)The type of Active Directory error.ActiveDirectoryErrorException.Buildertype(ActiveDirectoryErrorType type)The type of Active Directory error.ActiveDirectoryErrorException.BuilderwritableStackTrace(Boolean writableStackTrace)-
Methods inherited from interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
awsErrorDetails, build, clockSkew, clockSkew, extendedRequestId
-
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.exception.SdkException.Builder
cause, message, writableStackTrace
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
extendedRequestId, requestId, statusCode
-
-
-
-
Method Detail
-
activeDirectoryId
ActiveDirectoryErrorException.Builder activeDirectoryId(String activeDirectoryId)
The directory ID of the directory that an error pertains to.
- Parameters:
activeDirectoryId- The directory ID of the directory that an error pertains to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
ActiveDirectoryErrorException.Builder type(String type)
The type of Active Directory error.
- Parameters:
type- The type of Active Directory error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActiveDirectoryErrorType,ActiveDirectoryErrorType
-
type
ActiveDirectoryErrorException.Builder type(ActiveDirectoryErrorType type)
The type of Active Directory error.
- Parameters:
type- The type of Active Directory error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActiveDirectoryErrorType,ActiveDirectoryErrorType
-
awsErrorDetails
ActiveDirectoryErrorException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder- Specified by:
awsErrorDetailsin interfaceFSxException.Builder
-
message
ActiveDirectoryErrorException.Builder message(String message)
- Specified by:
messagein interfaceAwsServiceException.Builder- Specified by:
messagein interfaceFSxException.Builder- Specified by:
messagein interfaceSdkException.Builder- Specified by:
messagein interfaceSdkServiceException.Builder
-
requestId
ActiveDirectoryErrorException.Builder requestId(String requestId)
- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfaceFSxException.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder
-
statusCode
ActiveDirectoryErrorException.Builder statusCode(int statusCode)
- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfaceFSxException.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder
-
cause
ActiveDirectoryErrorException.Builder cause(Throwable cause)
- Specified by:
causein interfaceAwsServiceException.Builder- Specified by:
causein interfaceFSxException.Builder- Specified by:
causein interfaceSdkException.Builder- Specified by:
causein interfaceSdkServiceException.Builder
-
writableStackTrace
ActiveDirectoryErrorException.Builder writableStackTrace(Boolean writableStackTrace)
- Specified by:
writableStackTracein interfaceFSxException.Builder- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder
-
-