Interface StopInstanceOnIdleRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StopInstanceOnIdleRequest.Builder,StopInstanceOnIdleRequest>,SdkBuilder<StopInstanceOnIdleRequest.Builder,StopInstanceOnIdleRequest>,SdkPojo
- Enclosing class:
- StopInstanceOnIdleRequest
public static interface StopInstanceOnIdleRequest.Builder extends SdkPojo, CopyableBuilder<StopInstanceOnIdleRequest.Builder,StopInstanceOnIdleRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopInstanceOnIdleRequest.Builderduration(String duration)The amount of idle time in minutes after which your virtual computer will automatically stop.StopInstanceOnIdleRequest.Builderthreshold(String threshold)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, sdkFields
-
-
-
-
Method Detail
-
threshold
StopInstanceOnIdleRequest.Builder threshold(String 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
StopInstanceOnIdleRequest.Builder duration(String 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.
-
-