ToCopyableBuilder<Activity.Builder,Activity>
@Generated("software.amazon.awssdk:codegen") public class Activity extends Object implements ToCopyableBuilder<Activity.Builder,Activity>
Describes scaling activity, which is a long-running process that represents a change to your Auto Scaling group, such as changing its size or replacing an instance.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Activity.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
activityId() |
The ID of the activity.
|
String |
autoScalingGroupName() |
The name of the Auto Scaling group.
|
static Activity.Builder |
builder() |
|
String |
cause() |
The reason the activity began.
|
String |
description() |
A friendly, more verbose description of the activity.
|
String |
details() |
The details about the activity.
|
Date |
endTime() |
The end time of the activity.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
progress() |
A value between 0 and 100 that indicates the progress of the activity.
|
static Class<? extends Activity.Builder> |
serializableBuilderClass() |
|
Date |
startTime() |
The start time of the activity.
|
String |
statusCode() |
The current status of the activity.
|
String |
statusMessage() |
A friendly, more verbose description of the activity status.
|
Activity.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String activityId()
The ID of the activity.
public String autoScalingGroupName()
The name of the Auto Scaling group.
public String description()
A friendly, more verbose description of the activity.
public String cause()
The reason the activity began.
public Date startTime()
The start time of the activity.
public Date endTime()
The end time of the activity.
public String statusCode()
The current status of the activity.
ScalingActivityStatusCode
public String statusMessage()
A friendly, more verbose description of the activity status.
public Integer progress()
A value between 0 and 100 that indicates the progress of the activity.
public String details()
The details about the activity.
public Activity.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Activity.Builder,Activity>
public static Activity.Builder builder()
public static Class<? extends Activity.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.