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 TypeMethodDescriptionContext associated with a pentest or task executioncontextType(String contextType) The category of contextcontextType(ContextType contextType) The category of contextTimestamp associated with a pentest or task executionMethods 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 category of context
- Parameters:
contextType- The category of context- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
contextType
The category of context
- Parameters:
contextType- The category of context- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
context
Context associated with a pentest or task execution
- Parameters:
context- Context associated with a pentest or task execution- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestamp
Timestamp associated with a pentest or task execution
- Parameters:
timestamp- Timestamp associated with a pentest or task execution- Returns:
- Returns a reference to this object so that method calls can be chained together.
-