Interface StopInstanceOnIdleRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StopInstanceOnIdleRequest.Builder,
,StopInstanceOnIdleRequest> SdkBuilder<StopInstanceOnIdleRequest.Builder,
,StopInstanceOnIdleRequest> SdkPojo
- Enclosing class:
StopInstanceOnIdleRequest
@Mutable
@NotThreadSafe
public static interface StopInstanceOnIdleRequest.Builder
extends SdkPojo, CopyableBuilder<StopInstanceOnIdleRequest.Builder,StopInstanceOnIdleRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe amount of idle time in minutes after which your virtual computer will automatically stop.The value to compare with the duration.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
-
threshold
The value to compare with the duration.
- Parameters:
threshold
- The value to compare with the duration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
duration
The amount of idle time in minutes after which your virtual computer will automatically stop.
- Parameters:
duration
- The amount of idle time in minutes after which your virtual computer will automatically stop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-