public static interface ConflictException.Builder extends SdkPojo, CopyableBuilder<ConflictException.Builder,ConflictException>, PanoramaException.Builder
copyapplyMutation, buildawsErrorDetails, build, clockSkew, clockSkew, extendedRequestIdextendedRequestId, requestId, statusCodecause, messageequalsBySdkFields, sdkFieldsConflictException.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 errorId(String errorId)
A unique ID for the error.
errorId - A unique ID for the error.ConflictException.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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #errorArguments(List) .errorArguments - a consumer that will call methods on List.Builder #errorArguments(List) 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.BuilderCopyright © 2021. All rights reserved.