Interface RejectedEntityInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RejectedEntityInfo.Builder,RejectedEntityInfo>,SdkBuilder<RejectedEntityInfo.Builder,RejectedEntityInfo>,SdkPojo
- Enclosing class:
- RejectedEntityInfo
public static interface RejectedEntityInfo.Builder extends SdkPojo, CopyableBuilder<RejectedEntityInfo.Builder,RejectedEntityInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RejectedEntityInfo.BuildererrorType(String errorType)The type of error that caused the rejection of the entity when callingPutLogEvents.RejectedEntityInfo.BuildererrorType(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 Detail
-
errorType
RejectedEntityInfo.Builder errorType(String 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:
EntityRejectionErrorType,EntityRejectionErrorType
-
errorType
RejectedEntityInfo.Builder errorType(EntityRejectionErrorType 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:
EntityRejectionErrorType,EntityRejectionErrorType
-
-