public static interface ConflictException.Builder extends SdkPojo, CopyableBuilder<ConflictException.Builder,ConflictException>, PanoramaException.Builder
copyapplyMutation, buildawsErrorDetails, build, clockSkew, clockSkew, extendedRequestIdextendedRequestId, requestId, statusCodecause, message, writableStackTraceequalsBySdkFields, sdkFieldsConflictException.Builder errorArguments(Collection<ConflictExceptionErrorArgument> errorArguments)
A list of attributes that led to the exception and their values.
errorArguments - A list of attributes that led to the exception and their values.ConflictException.Builder errorArguments(ConflictExceptionErrorArgument... errorArguments)
A list of attributes that led to the exception and their values.
errorArguments - A list of attributes that led to the exception and their values.ConflictException.Builder errorArguments(Consumer<ConflictExceptionErrorArgument.Builder>... errorArguments)
A list of attributes that led to the exception and their values.
This is a convenience method that creates an instance of theConflictExceptionErrorArgument.Builder avoiding the
need to create one manually via
ConflictExceptionErrorArgument.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #errorArguments(List.
errorArguments - a consumer that will call methods on
ConflictExceptionErrorArgument.Builder#errorArguments(java.util.Collection) ConflictException.Builder errorId(String errorId)
A unique ID for the error.
errorId - A unique ID for the error.ConflictException.Builder resourceId(String resourceId)
The resource's ID.
resourceId - The resource's ID.ConflictException.Builder resourceType(String resourceType)
The resource's type.
resourceType - The resource's type.ConflictException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
awsErrorDetails in interface AwsServiceException.BuilderawsErrorDetails in interface PanoramaException.BuilderConflictException.Builder message(String message)
message in interface AwsServiceException.Buildermessage in interface PanoramaException.Buildermessage in interface SdkException.Buildermessage in interface SdkServiceException.BuilderConflictException.Builder requestId(String requestId)
requestId in interface AwsServiceException.BuilderrequestId in interface PanoramaException.BuilderrequestId in interface SdkServiceException.BuilderConflictException.Builder statusCode(int statusCode)
statusCode in interface AwsServiceException.BuilderstatusCode in interface PanoramaException.BuilderstatusCode in interface SdkServiceException.BuilderConflictException.Builder cause(Throwable cause)
cause in interface AwsServiceException.Buildercause in interface PanoramaException.Buildercause in interface SdkException.Buildercause in interface SdkServiceException.BuilderConflictException.Builder writableStackTrace(Boolean writableStackTrace)
writableStackTrace in interface PanoramaException.BuilderwritableStackTrace in interface SdkException.BuilderwritableStackTrace in interface SdkServiceException.BuilderCopyright © 2023. All rights reserved.