CopyableBuilder<InstanceFleetStatus.Builder,InstanceFleetStatus>
, SdkBuilder<InstanceFleetStatus.Builder,InstanceFleetStatus>
public static interface InstanceFleetStatus.Builder extends CopyableBuilder<InstanceFleetStatus.Builder,InstanceFleetStatus>
Modifier and Type | Method | Description |
---|---|---|
InstanceFleetStatus.Builder |
state(String state) |
A code representing the instance fleet status.
|
InstanceFleetStatus.Builder |
state(InstanceFleetState state) |
A code representing the instance fleet status.
|
InstanceFleetStatus.Builder |
stateChangeReason(InstanceFleetStateChangeReason stateChangeReason) |
Provides status change reason details for the instance fleet.
|
InstanceFleetStatus.Builder |
timeline(InstanceFleetTimeline timeline) |
Provides historical timestamps for the instance fleet, including the time of creation, the time it became
ready to run jobs, and the time of termination.
|
copy
apply, build
InstanceFleetStatus.Builder state(String state)
A code representing the instance fleet status.
state
- A code representing the instance fleet status.InstanceFleetState
InstanceFleetStatus.Builder state(InstanceFleetState state)
A code representing the instance fleet status.
state
- A code representing the instance fleet status.InstanceFleetState
InstanceFleetStatus.Builder stateChangeReason(InstanceFleetStateChangeReason stateChangeReason)
Provides status change reason details for the instance fleet.
stateChangeReason
- Provides status change reason details for the instance fleet.InstanceFleetStatus.Builder timeline(InstanceFleetTimeline timeline)
Provides historical timestamps for the instance fleet, including the time of creation, the time it became ready to run jobs, and the time of termination.
timeline
- Provides historical timestamps for the instance fleet, including the time of creation, the time it
became ready to run jobs, and the time of termination.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.