@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeployAsApplicationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The information required to deploy a Managed Service for Apache Flink Studio notebook as an application with durable state.
Constructor and Description |
---|
DeployAsApplicationConfiguration() |
Modifier and Type | Method and Description |
---|---|
DeployAsApplicationConfiguration |
clone() |
boolean |
equals(Object obj) |
S3ContentBaseLocation |
getS3ContentLocation()
The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the Amazon
Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version
number of the Amazon S3 object that contains the data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3ContentLocation(S3ContentBaseLocation s3ContentLocation)
The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the Amazon
Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version
number of the Amazon S3 object that contains the data.
|
String |
toString()
Returns a string representation of this object.
|
DeployAsApplicationConfiguration |
withS3ContentLocation(S3ContentBaseLocation s3ContentLocation)
The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the Amazon
Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version
number of the Amazon S3 object that contains the data.
|
public void setS3ContentLocation(S3ContentBaseLocation s3ContentLocation)
The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.
s3ContentLocation
- The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the
Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and
the version number of the Amazon S3 object that contains the data.public S3ContentBaseLocation getS3ContentLocation()
The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.
public DeployAsApplicationConfiguration withS3ContentLocation(S3ContentBaseLocation s3ContentLocation)
The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.
s3ContentLocation
- The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the
Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and
the version number of the Amazon S3 object that contains the data.public String toString()
toString
in class Object
Object.toString()
public DeployAsApplicationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.