Interface AccessDeniedForDependencyException.Builder
-
- All Superinterfaces:
AwsServiceException.Builder,Buildable,CopyableBuilder<AccessDeniedForDependencyException.Builder,AccessDeniedForDependencyException>,OrganizationsException.Builder,SdkBuilder<AccessDeniedForDependencyException.Builder,AccessDeniedForDependencyException>,SdkException.Builder,SdkPojo,SdkServiceException.Builder
- Enclosing class:
- AccessDeniedForDependencyException
public static interface AccessDeniedForDependencyException.Builder extends SdkPojo, CopyableBuilder<AccessDeniedForDependencyException.Builder,AccessDeniedForDependencyException>, OrganizationsException.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccessDeniedForDependencyException.BuilderawsErrorDetails(AwsErrorDetails awsErrorDetails)AccessDeniedForDependencyException.Buildercause(Throwable cause)AccessDeniedForDependencyException.Buildermessage(String message)AccessDeniedForDependencyException.Builderreason(String reason)Sets the value of the Reason property for this object.AccessDeniedForDependencyException.Builderreason(AccessDeniedForDependencyExceptionReason reason)Sets the value of the Reason property for this object.AccessDeniedForDependencyException.BuilderrequestId(String requestId)AccessDeniedForDependencyException.BuilderstatusCode(int statusCode)AccessDeniedForDependencyException.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
-
reason
AccessDeniedForDependencyException.Builder reason(String reason)
Sets the value of the Reason property for this object.- Parameters:
reason- The new value for the Reason property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccessDeniedForDependencyExceptionReason,AccessDeniedForDependencyExceptionReason
-
reason
AccessDeniedForDependencyException.Builder reason(AccessDeniedForDependencyExceptionReason reason)
Sets the value of the Reason property for this object.- Parameters:
reason- The new value for the Reason property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccessDeniedForDependencyExceptionReason,AccessDeniedForDependencyExceptionReason
-
awsErrorDetails
AccessDeniedForDependencyException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder- Specified by:
awsErrorDetailsin interfaceOrganizationsException.Builder
-
message
AccessDeniedForDependencyException.Builder message(String message)
- Specified by:
messagein interfaceAwsServiceException.Builder- Specified by:
messagein interfaceOrganizationsException.Builder- Specified by:
messagein interfaceSdkException.Builder- Specified by:
messagein interfaceSdkServiceException.Builder
-
requestId
AccessDeniedForDependencyException.Builder requestId(String requestId)
- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfaceOrganizationsException.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder
-
statusCode
AccessDeniedForDependencyException.Builder statusCode(int statusCode)
- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfaceOrganizationsException.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder
-
cause
AccessDeniedForDependencyException.Builder cause(Throwable cause)
- Specified by:
causein interfaceAwsServiceException.Builder- Specified by:
causein interfaceOrganizationsException.Builder- Specified by:
causein interfaceSdkException.Builder- Specified by:
causein interfaceSdkServiceException.Builder
-
writableStackTrace
AccessDeniedForDependencyException.Builder writableStackTrace(Boolean writableStackTrace)
- Specified by:
writableStackTracein interfaceOrganizationsException.Builder- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder
-
-