@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3DestinationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information for delivery of data set contents to Amazon S3.
Constructor and Description |
---|
S3DestinationConfiguration() |
Modifier and Type | Method and Description |
---|---|
S3DestinationConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getBucket()
The name of the Amazon S3 bucket to which data set contents are delivered.
|
GlueConfiguration |
getGlueConfiguration()
Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.
|
String |
getKey()
The key of the data set contents object.
|
String |
getRoleArn()
The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue
resources.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBucket(String bucket)
The name of the Amazon S3 bucket to which data set contents are delivered.
|
void |
setGlueConfiguration(GlueConfiguration glueConfiguration)
Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.
|
void |
setKey(String key)
The key of the data set contents object.
|
void |
setRoleArn(String roleArn)
The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue
resources.
|
String |
toString()
Returns a string representation of this object.
|
S3DestinationConfiguration |
withBucket(String bucket)
The name of the Amazon S3 bucket to which data set contents are delivered.
|
S3DestinationConfiguration |
withGlueConfiguration(GlueConfiguration glueConfiguration)
Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.
|
S3DestinationConfiguration |
withKey(String key)
The key of the data set contents object.
|
S3DestinationConfiguration |
withRoleArn(String roleArn)
The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue
resources.
|
public void setBucket(String bucket)
The name of the Amazon S3 bucket to which data set contents are delivered.
bucket
- The name of the Amazon S3 bucket to which data set contents are delivered.public String getBucket()
The name of the Amazon S3 bucket to which data set contents are delivered.
public S3DestinationConfiguration withBucket(String bucket)
The name of the Amazon S3 bucket to which data set contents are delivered.
bucket
- The name of the Amazon S3 bucket to which data set contents are delivered.public void setKey(String key)
The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use "!{iotanalytics:scheduledTime}" to insert the time of the scheduled SQL query run, or "!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: " /DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv".
key
- The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique
identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you
can use "!{iotanalytics:scheduledTime}" to insert the time of the scheduled SQL query run, or
"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: "
/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv".public String getKey()
The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use "!{iotanalytics:scheduledTime}" to insert the time of the scheduled SQL query run, or "!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: " /DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv".
public S3DestinationConfiguration withKey(String key)
The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you can use "!{iotanalytics:scheduledTime}" to insert the time of the scheduled SQL query run, or "!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: " /DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv".
key
- The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique
identifier within the bucket (each object in a bucket has exactly one key). To produce a unique key, you
can use "!{iotanalytics:scheduledTime}" to insert the time of the scheduled SQL query run, or
"!{iotanalytics:versioned} to insert a unique hash identifying the data set, for example: "
/DataSet/!{iotanalytics:scheduledTime}/!{iotanalytics:versioned}.csv".public void setGlueConfiguration(GlueConfiguration glueConfiguration)
Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.
glueConfiguration
- Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.public GlueConfiguration getGlueConfiguration()
Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.
public S3DestinationConfiguration withGlueConfiguration(GlueConfiguration glueConfiguration)
Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.
glueConfiguration
- Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.public void setRoleArn(String roleArn)
The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.
roleArn
- The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue
resources.public String getRoleArn()
The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.
public S3DestinationConfiguration withRoleArn(String roleArn)
The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.
roleArn
- The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue
resources.public String toString()
toString
in class Object
Object.toString()
public S3DestinationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.