@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CodeConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The structure of the customer code available within the running cluster.
Constructor and Description |
---|
CodeConfiguration() |
Modifier and Type | Method and Description |
---|---|
CodeConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getS3Bucket()
A unique name for the S3 bucket.
|
String |
getS3Key()
The full S3 path (excluding bucket) to the .zip file.
|
String |
getS3ObjectVersion()
The version of an S3 object.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Bucket(String s3Bucket)
A unique name for the S3 bucket.
|
void |
setS3Key(String s3Key)
The full S3 path (excluding bucket) to the .zip file.
|
void |
setS3ObjectVersion(String s3ObjectVersion)
The version of an S3 object.
|
String |
toString()
Returns a string representation of this object.
|
CodeConfiguration |
withS3Bucket(String s3Bucket)
A unique name for the S3 bucket.
|
CodeConfiguration |
withS3Key(String s3Key)
The full S3 path (excluding bucket) to the .zip file.
|
CodeConfiguration |
withS3ObjectVersion(String s3ObjectVersion)
The version of an S3 object.
|
public void setS3Bucket(String s3Bucket)
A unique name for the S3 bucket.
s3Bucket
- A unique name for the S3 bucket.public String getS3Bucket()
A unique name for the S3 bucket.
public CodeConfiguration withS3Bucket(String s3Bucket)
A unique name for the S3 bucket.
s3Bucket
- A unique name for the S3 bucket.public void setS3Key(String s3Key)
The full S3 path (excluding bucket) to the .zip file. This file contains the code that is loaded onto the cluster when it's started.
s3Key
- The full S3 path (excluding bucket) to the .zip file. This file contains the code that is loaded onto the
cluster when it's started.public String getS3Key()
The full S3 path (excluding bucket) to the .zip file. This file contains the code that is loaded onto the cluster when it's started.
public CodeConfiguration withS3Key(String s3Key)
The full S3 path (excluding bucket) to the .zip file. This file contains the code that is loaded onto the cluster when it's started.
s3Key
- The full S3 path (excluding bucket) to the .zip file. This file contains the code that is loaded onto the
cluster when it's started.public void setS3ObjectVersion(String s3ObjectVersion)
The version of an S3 object.
s3ObjectVersion
- The version of an S3 object.public String getS3ObjectVersion()
The version of an S3 object.
public CodeConfiguration withS3ObjectVersion(String s3ObjectVersion)
The version of an S3 object.
s3ObjectVersion
- The version of an S3 object.public String toString()
toString
in class Object
Object.toString()
public CodeConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.