@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BigQueryParameters extends Object implements Serializable, Cloneable, StructuredPojo
The parameters that are required to connect to a Google BigQuery data source.
Constructor and Description |
---|
BigQueryParameters() |
Modifier and Type | Method and Description |
---|---|
BigQueryParameters |
clone() |
boolean |
equals(Object obj) |
String |
getDataSetRegion()
The storage location where you create a Google BigQuery data source.
|
String |
getProjectId()
The Google Cloud Platform project ID where your datasource was created.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataSetRegion(String dataSetRegion)
The storage location where you create a Google BigQuery data source.
|
void |
setProjectId(String projectId)
The Google Cloud Platform project ID where your datasource was created.
|
String |
toString()
Returns a string representation of this object.
|
BigQueryParameters |
withDataSetRegion(String dataSetRegion)
The storage location where you create a Google BigQuery data source.
|
BigQueryParameters |
withProjectId(String projectId)
The Google Cloud Platform project ID where your datasource was created.
|
public void setProjectId(String projectId)
The Google Cloud Platform project ID where your datasource was created.
projectId
- The Google Cloud Platform project ID where your datasource was created.public String getProjectId()
The Google Cloud Platform project ID where your datasource was created.
public BigQueryParameters withProjectId(String projectId)
The Google Cloud Platform project ID where your datasource was created.
projectId
- The Google Cloud Platform project ID where your datasource was created.public void setDataSetRegion(String dataSetRegion)
The storage location where you create a Google BigQuery data source.
dataSetRegion
- The storage location where you create a Google BigQuery data source.public String getDataSetRegion()
The storage location where you create a Google BigQuery data source.
public BigQueryParameters withDataSetRegion(String dataSetRegion)
The storage location where you create a Google BigQuery data source.
dataSetRegion
- The storage location where you create a Google BigQuery data source.public String toString()
toString
in class Object
Object.toString()
public BigQueryParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.