Class DataSetSummary

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the dataset.

        Returns:
        The Amazon Resource Name (ARN) of the dataset.
      • dataSetId

        public final String dataSetId()

        The ID of the dataset.

        Returns:
        The ID of the dataset.
      • name

        public final String name()

        A display name for the dataset.

        Returns:
        A display name for the dataset.
      • createdTime

        public final Instant createdTime()

        The time that this dataset was created.

        Returns:
        The time that this dataset was created.
      • lastUpdatedTime

        public final Instant lastUpdatedTime()

        The last time that this dataset was updated.

        Returns:
        The last time that this dataset was updated.
      • importModeAsString

        public final String importModeAsString()

        A value that 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().

        Returns:
        A value that indicates whether you want to import the data into SPICE.
        See Also:
        DataSetImportMode
      • rowLevelPermissionDataSet

        public final RowLevelPermissionDataSet rowLevelPermissionDataSet()

        The row-level security configuration for the dataset.

        Returns:
        The row-level security configuration for the dataset.
      • rowLevelPermissionTagConfigurationApplied

        public final Boolean rowLevelPermissionTagConfigurationApplied()

        Whether or not the row level permission tags are applied.

        Returns:
        Whether or not the row level permission tags are applied.
      • columnLevelPermissionRulesApplied

        public final Boolean columnLevelPermissionRulesApplied()

        A value that indicates if the dataset has column level permission configured.

        Returns:
        A value that indicates if the dataset has column level permission configured.
      • useAsAsString

        public final String useAsAsString()

        The usage of the dataset.

        If the service returns an enum value that is not available in the current SDK version, useAs will return DataSetUseAs.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from useAsAsString().

        Returns:
        The usage of the dataset.
        See Also:
        DataSetUseAs
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)