Interface ExecutionContext.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExecutionContext.Builder,,ExecutionContext> SdkBuilder<ExecutionContext.Builder,,ExecutionContext> SdkPojo
- Enclosing class:
ExecutionContext
@Mutable
@NotThreadSafe
public static interface ExecutionContext.Builder
extends SdkPojo, CopyableBuilder<ExecutionContext.Builder,ExecutionContext>
-
Method Summary
Modifier and TypeMethodDescriptionThe context message.contextType(String contextType) The type of context.contextType(ContextType contextType) The type of context.The date and time the context was recorded, in UTC format.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
contextType
The type of context. Valid values include ERROR, CLIENT_ERROR, WARNING, and INFO.
- Parameters:
contextType- The type of context. Valid values include ERROR, CLIENT_ERROR, WARNING, and INFO.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
contextType
The type of context. Valid values include ERROR, CLIENT_ERROR, WARNING, and INFO.
- Parameters:
contextType- The type of context. Valid values include ERROR, CLIENT_ERROR, WARNING, and INFO.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
context
The context message.
- Parameters:
context- The context message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestamp
The date and time the context was recorded, in UTC format.
- Parameters:
timestamp- The date and time the context was recorded, in UTC format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-