Class S3DestinationConfiguration
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<S3DestinationConfiguration.Builder,- S3DestinationConfiguration> 
Configuration information for delivery of dataset contents to Amazon Simple Storage Service (Amazon S3).
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal Stringbucket()The name of the S3 bucket to which dataset contents are delivered.builder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final GlueConfigurationConfiguration information for coordination with Glue, a fully managed extract, transform and load (ETL) service.final inthashCode()final Stringkey()The key of the dataset contents object in an S3 bucket.final StringroleArn()The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 and Glue resources.static Class<? extends S3DestinationConfiguration.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
bucketThe name of the S3 bucket to which dataset contents are delivered. - Returns:
- The name of the S3 bucket to which dataset contents are delivered.
 
- 
keyThe key of the dataset contents object in an S3 bucket. Each object has a key that is a unique identifier. Each object has exactly one key. You can create a unique key with the following options: - 
 Use !{iotanalytics:scheduleTime}to insert the time of a scheduled SQL query run.
- 
 Use !{iotanalytics:versionId}to insert a unique hash that identifies a dataset content.
- 
 Use !{iotanalytics:creationTime}to insert the creation time of a dataset content.
 The following example creates a unique key for a CSV file: dataset/mydataset/!{iotanalytics:scheduleTime}/!{iotanalytics:versionId}.csvIf you don't use !{iotanalytics:versionId}to specify the key, you might get duplicate keys. For example, you might have two dataset contents with the samescheduleTimebut differentversionIds. This means that one dataset content overwrites the other.- Returns:
- The key of the dataset contents object in an S3 bucket. Each object has a key that is a unique
         identifier. Each object has exactly one key.
         You can create a unique key with the following options: - 
         Use !{iotanalytics:scheduleTime}to insert the time of a scheduled SQL query run.
- 
         Use !{iotanalytics:versionId}to insert a unique hash that identifies a dataset content.
- 
         Use !{iotanalytics:creationTime}to insert the creation time of a dataset content.
 The following example creates a unique key for a CSV file: dataset/mydataset/!{iotanalytics:scheduleTime}/!{iotanalytics:versionId}.csvIf you don't use !{iotanalytics:versionId}to specify the key, you might get duplicate keys. For example, you might have two dataset contents with the samescheduleTimebut differentversionIds. This means that one dataset content overwrites the other.
- 
         
 
- 
 
- 
glueConfigurationConfiguration information for coordination with Glue, a fully managed extract, transform and load (ETL) service. - Returns:
- Configuration information for coordination with Glue, a fully managed extract, transform and load (ETL) service.
 
- 
roleArnThe ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 and Glue resources. - Returns:
- The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 and Glue resources.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<S3DestinationConfiguration.Builder,- S3DestinationConfiguration> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-