@Generated(value="software.amazon.awssdk:codegen") public final class CreateDataSetRequest extends QuickSightRequest implements ToCopyableBuilder<CreateDataSetRequest.Builder,CreateDataSetRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateDataSetRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsAccountId()
The AWS account ID.
|
static CreateDataSetRequest.Builder |
builder() |
List<ColumnGroup> |
columnGroups()
Groupings of columns that work together in certain QuickSight features.
|
String |
dataSetId()
An ID for the dataset that you want to create.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasColumnGroups()
Returns true if the ColumnGroups property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasLogicalTableMap()
Returns true if the LogicalTableMap property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasPermissions()
Returns true if the Permissions property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasPhysicalTableMap()
Returns true if the PhysicalTableMap property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
DataSetImportMode |
importMode()
Indicates whether you want to import the data into SPICE.
|
String |
importModeAsString()
Indicates whether you want to import the data into SPICE.
|
Map<String,LogicalTable> |
logicalTableMap()
Configures the combination and transformation of the data from the physical tables.
|
String |
name()
The display name for the dataset.
|
List<ResourcePermission> |
permissions()
A list of resource permissions on the dataset.
|
Map<String,PhysicalTable> |
physicalTableMap()
Declares the physical tables that are available in the underlying data sources.
|
RowLevelPermissionDataSet |
rowLevelPermissionDataSet()
The row-level security configuration for the data that you want to create.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateDataSetRequest.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
Contains a map of the key-value pairs for the resource tag or tags assigned to the dataset.
|
CreateDataSetRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String awsAccountId()
The AWS account ID.
public String dataSetId()
An ID for the dataset that you want to create. This ID is unique per AWS Region for each AWS account.
public String name()
The display name for the dataset.
public boolean hasPhysicalTableMap()
public Map<String,PhysicalTable> physicalTableMap()
Declares the physical tables that are available in the underlying data sources.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasPhysicalTableMap() to see if a value was sent in this field.
public boolean hasLogicalTableMap()
public Map<String,LogicalTable> logicalTableMap()
Configures the combination and transformation of the data from the physical tables.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasLogicalTableMap() to see if a value was sent in this field.
public DataSetImportMode importMode()
Indicates whether you want to import the data into SPICE.
If the service returns an enum value that is not available in the current SDK version, importMode will
return DataSetImportMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
importModeAsString().
DataSetImportModepublic String importModeAsString()
Indicates whether you want to import the data into SPICE.
If the service returns an enum value that is not available in the current SDK version, importMode will
return DataSetImportMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
importModeAsString().
DataSetImportModepublic boolean hasColumnGroups()
public List<ColumnGroup> columnGroups()
Groupings of columns that work together in certain QuickSight features. Currently, only geospatial hierarchy is supported.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasColumnGroups() to see if a value was sent in this field.
public boolean hasPermissions()
public List<ResourcePermission> permissions()
A list of resource permissions on the dataset.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasPermissions() to see if a value was sent in this field.
public RowLevelPermissionDataSet rowLevelPermissionDataSet()
The row-level security configuration for the data that you want to create.
public boolean hasTags()
public List<Tag> tags()
Contains a map of the key-value pairs for the resource tag or tags assigned to the dataset.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public CreateDataSetRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateDataSetRequest.Builder,CreateDataSetRequest>toBuilder in class QuickSightRequestpublic static CreateDataSetRequest.Builder builder()
public static Class<? extends CreateDataSetRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.