Class AssetBundleImportJobRefreshScheduleOverrideParameters
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.AssetBundleImportJobRefreshScheduleOverrideParameters
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AssetBundleImportJobRefreshScheduleOverrideParameters.Builder,AssetBundleImportJobRefreshScheduleOverrideParameters>
@Generated("software.amazon.awssdk:codegen") public final class AssetBundleImportJobRefreshScheduleOverrideParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssetBundleImportJobRefreshScheduleOverrideParameters.Builder,AssetBundleImportJobRefreshScheduleOverrideParameters>
A list of overrides for a specific
RefreshsScheduleresource that is present in the asset bundle that is imported.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAssetBundleImportJobRefreshScheduleOverrideParameters.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssetBundleImportJobRefreshScheduleOverrideParameters.Builderbuilder()StringdataSetId()A partial identifier for the specificRefreshScheduleresource that is being overridden.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringscheduleId()A partial identifier for the specificRefreshScheduleresource being overridden.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AssetBundleImportJobRefreshScheduleOverrideParameters.Builder>serializableBuilderClass()InstantstartAfterDateTime()An override for theStartAfterDateTimeof aRefreshSchedule.AssetBundleImportJobRefreshScheduleOverrideParameters.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
dataSetId
public final String dataSetId()
A partial identifier for the specific
RefreshScheduleresource that is being overridden. This structure is used together with theScheduleIDstructure.- Returns:
- A partial identifier for the specific
RefreshScheduleresource that is being overridden. This structure is used together with theScheduleIDstructure.
-
scheduleId
public final String scheduleId()
A partial identifier for the specific
RefreshScheduleresource being overridden. This structure is used together with theDataSetIdstructure.- Returns:
- A partial identifier for the specific
RefreshScheduleresource being overridden. This structure is used together with theDataSetIdstructure.
-
startAfterDateTime
public final Instant startAfterDateTime()
An override for the
StartAfterDateTimeof aRefreshSchedule. Make sure that theStartAfterDateTimeis set to a time that takes place in the future.- Returns:
- An override for the
StartAfterDateTimeof aRefreshSchedule. Make sure that theStartAfterDateTimeis set to a time that takes place in the future.
-
toBuilder
public AssetBundleImportJobRefreshScheduleOverrideParameters.Builder toBuilder()
-
builder
public static AssetBundleImportJobRefreshScheduleOverrideParameters.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssetBundleImportJobRefreshScheduleOverrideParameters.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-