public abstract static class DatasetInfo.Builder extends Object
DatasetInfo
objects.Constructor and Description |
---|
DatasetInfo.Builder() |
Modifier and Type | Method and Description |
---|---|
abstract DatasetInfo.Builder |
acl(List<Acl> acl)
Sets the dataset's access control configuration.
|
abstract DatasetInfo |
build()
Creates a
DatasetInfo object. |
abstract DatasetInfo.Builder |
datasetId(DatasetId datasetId)
Sets the dataset identity.
|
abstract DatasetInfo.Builder |
defaultTableLifetime(Long defaultTableLifetime)
Sets the default lifetime of all tables in the dataset, in milliseconds.
|
abstract DatasetInfo.Builder |
description(String description)
Sets a user-friendly description for the dataset.
|
abstract DatasetInfo.Builder |
friendlyName(String friendlyName)
Sets a user-friendly name for the dataset.
|
abstract DatasetInfo.Builder |
location(String location)
Sets the geographic location where the dataset should reside.
|
public abstract DatasetInfo.Builder datasetId(DatasetId datasetId)
public abstract DatasetInfo.Builder acl(List<Acl> acl)
public abstract DatasetInfo.Builder defaultTableLifetime(Long defaultTableLifetime)
public abstract DatasetInfo.Builder description(String description)
public abstract DatasetInfo.Builder friendlyName(String friendlyName)
public abstract DatasetInfo.Builder location(String location)
public abstract DatasetInfo build()
DatasetInfo
object.Copyright © 2016 Google. All rights reserved.