Interface RejectedEntityInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RejectedEntityInfo.Builder,
,RejectedEntityInfo> SdkBuilder<RejectedEntityInfo.Builder,
,RejectedEntityInfo> SdkPojo
- Enclosing class:
RejectedEntityInfo
@Mutable
@NotThreadSafe
public static interface RejectedEntityInfo.Builder
extends SdkPojo, CopyableBuilder<RejectedEntityInfo.Builder,RejectedEntityInfo>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of error that caused the rejection of the entity when callingPutLogEvents
.errorType
(EntityRejectionErrorType errorType) The type of error that caused the rejection of the entity when callingPutLogEvents
.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.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
errorType
The type of error that caused the rejection of the entity when calling
PutLogEvents
.- Parameters:
errorType
- The type of error that caused the rejection of the entity when callingPutLogEvents
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorType
The type of error that caused the rejection of the entity when calling
PutLogEvents
.- Parameters:
errorType
- The type of error that caused the rejection of the entity when callingPutLogEvents
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-