@Generated(value="software.amazon.awssdk:codegen") public final class UpdateDataSetRequest extends QuickSightRequest implements ToCopyableBuilder<UpdateDataSetRequest.Builder,UpdateDataSetRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateDataSetRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsAccountId()
The AWS account ID.
|
static UpdateDataSetRequest.Builder |
builder() |
List<ColumnGroup> |
columnGroups()
Groupings of columns that work together in certain QuickSight features.
|
String |
dataSetId()
The ID for the dataset that you want to update.
|
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 |
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).
|
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.
|
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 you want to create.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateDataSetRequest.Builder> |
serializableBuilderClass() |
UpdateDataSetRequest.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()
The ID for the dataset that you want to update. 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 RowLevelPermissionDataSet rowLevelPermissionDataSet()
The row-level security configuration for the data you want to create.
public UpdateDataSetRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateDataSetRequest.Builder,UpdateDataSetRequest>toBuilder in class QuickSightRequestpublic static UpdateDataSetRequest.Builder builder()
public static Class<? extends UpdateDataSetRequest.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.