Interface VMScannerState.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VMScannerState.Builder,,VMScannerState> SdkBuilder<VMScannerState.Builder,,VMScannerState> SdkPojo
- Enclosing class:
VMScannerState
@Mutable
@NotThreadSafe
public static interface VMScannerState.Builder
extends SdkPojo, CopyableBuilder<VMScannerState.Builder,VMScannerState>
-
Method Summary
Modifier and TypeMethodDescriptionWhether the VM scanner is activated.activatedAt(Instant activatedAt) The date and time the VM scanner was activated.The status of the VM scanner.status(VMScannerStatus status) The status of the VM scanner.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
-
activated
Whether the VM scanner is activated.
- Parameters:
activated- Whether the VM scanner is activated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
activatedAt
The date and time the VM scanner was activated.
- Parameters:
activatedAt- The date and time the VM scanner was activated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the VM scanner.
- Parameters:
status- The status of the VM scanner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the VM scanner.
- Parameters:
status- The status of the VM scanner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-