@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClusterLifeCycleConfig extends Object implements Serializable, Cloneable, StructuredPojo
The LifeCycle configuration for a SageMaker HyperPod cluster.
Constructor and Description |
---|
ClusterLifeCycleConfig() |
Modifier and Type | Method and Description |
---|---|
ClusterLifeCycleConfig |
clone() |
boolean |
equals(Object obj) |
String |
getOnCreate()
The directory of the LifeCycle script under
SourceS3Uri . |
String |
getSourceS3Uri()
An Amazon S3 bucket path where your LifeCycle scripts are stored.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOnCreate(String onCreate)
The directory of the LifeCycle script under
SourceS3Uri . |
void |
setSourceS3Uri(String sourceS3Uri)
An Amazon S3 bucket path where your LifeCycle scripts are stored.
|
String |
toString()
Returns a string representation of this object.
|
ClusterLifeCycleConfig |
withOnCreate(String onCreate)
The directory of the LifeCycle script under
SourceS3Uri . |
ClusterLifeCycleConfig |
withSourceS3Uri(String sourceS3Uri)
An Amazon S3 bucket path where your LifeCycle scripts are stored.
|
public void setSourceS3Uri(String sourceS3Uri)
An Amazon S3 bucket path where your LifeCycle scripts are stored.
sourceS3Uri
- An Amazon S3 bucket path where your LifeCycle scripts are stored.public String getSourceS3Uri()
An Amazon S3 bucket path where your LifeCycle scripts are stored.
public ClusterLifeCycleConfig withSourceS3Uri(String sourceS3Uri)
An Amazon S3 bucket path where your LifeCycle scripts are stored.
sourceS3Uri
- An Amazon S3 bucket path where your LifeCycle scripts are stored.public void setOnCreate(String onCreate)
The directory of the LifeCycle script under SourceS3Uri
. This LifeCycle script runs during cluster
creation.
onCreate
- The directory of the LifeCycle script under SourceS3Uri
. This LifeCycle script runs during
cluster creation.public String getOnCreate()
The directory of the LifeCycle script under SourceS3Uri
. This LifeCycle script runs during cluster
creation.
SourceS3Uri
. This LifeCycle script runs during
cluster creation.public ClusterLifeCycleConfig withOnCreate(String onCreate)
The directory of the LifeCycle script under SourceS3Uri
. This LifeCycle script runs during cluster
creation.
onCreate
- The directory of the LifeCycle script under SourceS3Uri
. This LifeCycle script runs during
cluster creation.public String toString()
toString
in class Object
Object.toString()
public ClusterLifeCycleConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.