@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.
|
List<ColumnLevelPermissionRule> |
columnLevelPermissionRules()
A set of one or more definitions of a
ColumnLevelPermissionRule . |
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).
|
boolean |
hasColumnLevelPermissionRules()
Returns true if the ColumnLevelPermissionRules 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 final String awsAccountId()
The AWS account ID.
public final String dataSetId()
The ID for the dataset that you want to update. This ID is unique per AWS Region for each AWS account.
public final String name()
The display name for the dataset.
public final boolean hasPhysicalTableMap()
public final 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 final boolean hasLogicalTableMap()
public final 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 final 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 final 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 final boolean hasColumnGroups()
public final 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 final RowLevelPermissionDataSet rowLevelPermissionDataSet()
The row-level security configuration for the data you want to create.
public final boolean hasColumnLevelPermissionRules()
public final List<ColumnLevelPermissionRule> columnLevelPermissionRules()
A set of one or more definitions of a ColumnLevelPermissionRule .
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasColumnLevelPermissionRules() to see if a value was sent in this field.
ColumnLevelPermissionRule .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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.