/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.quicksight.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.protocol.StructuredPojo; import com.amazonaws.protocol.ProtocolMarshaller; /** *
* A physical table type for an S3 data source. *
* * @see AWS API * Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class S3Source implements Serializable, Cloneable, StructuredPojo { /** ** The Amazon Resource Name (ARN) for the data source. *
*/ private String dataSourceArn; /** ** Information about the format for the S3 source file or files. *
*/ private UploadSettings uploadSettings; /** ** A physical table type for an S3 data source. *
*
* For files that aren't JSON, only STRING
data types are supported in input columns.
*
* The Amazon Resource Name (ARN) for the data source. *
* * @param dataSourceArn * The Amazon Resource Name (ARN) for the data source. */ public void setDataSourceArn(String dataSourceArn) { this.dataSourceArn = dataSourceArn; } /** ** The Amazon Resource Name (ARN) for the data source. *
* * @return The Amazon Resource Name (ARN) for the data source. */ public String getDataSourceArn() { return this.dataSourceArn; } /** ** The Amazon Resource Name (ARN) for the data source. *
* * @param dataSourceArn * The Amazon Resource Name (ARN) for the data source. * @return Returns a reference to this object so that method calls can be chained together. */ public S3Source withDataSourceArn(String dataSourceArn) { setDataSourceArn(dataSourceArn); return this; } /** ** Information about the format for the S3 source file or files. *
* * @param uploadSettings * Information about the format for the S3 source file or files. */ public void setUploadSettings(UploadSettings uploadSettings) { this.uploadSettings = uploadSettings; } /** ** Information about the format for the S3 source file or files. *
* * @return Information about the format for the S3 source file or files. */ public UploadSettings getUploadSettings() { return this.uploadSettings; } /** ** Information about the format for the S3 source file or files. *
* * @param uploadSettings * Information about the format for the S3 source file or files. * @return Returns a reference to this object so that method calls can be chained together. */ public S3Source withUploadSettings(UploadSettings uploadSettings) { setUploadSettings(uploadSettings); return this; } /** ** A physical table type for an S3 data source. *
*
* For files that aren't JSON, only STRING
data types are supported in input columns.
*
* For files that aren't JSON, only STRING
data types are supported in input columns.
*
* A physical table type for an S3 data source. *
*
* For files that aren't JSON, only STRING
data types are supported in input columns.
*
* For files that aren't JSON, only STRING
data types are supported in input columns.
*
* A physical table type for an S3 data source. *
*
* For files that aren't JSON, only STRING
data types are supported in input columns.
*
* NOTE: This method appends the values to the existing list (if any). Use * {@link #setInputColumns(java.util.Collection)} or {@link #withInputColumns(java.util.Collection)} if you want to * override the existing values. *
* * @param inputColumns * A physical table type for an S3 data source.
* For files that aren't JSON, only STRING
data types are supported in input columns.
*
* A physical table type for an S3 data source. *
*
* For files that aren't JSON, only STRING
data types are supported in input columns.
*
* For files that aren't JSON, only STRING
data types are supported in input columns.
*