Class DestinationParameterValueConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.DestinationParameterValueConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DestinationParameterValueConfiguration.Builder,DestinationParameterValueConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class DestinationParameterValueConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DestinationParameterValueConfiguration.Builder,DestinationParameterValueConfiguration>
The configuration of destination parameter values.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDestinationParameterValueConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DestinationParameterValueConfiguration.Builderbuilder()CustomValuesConfigurationcustomValuesConfiguration()The configuration of custom values for destination parameter inDestinationParameterValueConfiguration.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()SelectAllValueOptionsselectAllValueOptions()The configuration that selects all options.StringselectAllValueOptionsAsString()The configuration that selects all options.static Class<? extends DestinationParameterValueConfiguration.Builder>serializableBuilderClass()ColumnIdentifiersourceColumn()Returns the value of the SourceColumn property for this object.StringsourceField()The source field ID of the destination parameter.StringsourceParameterName()The source parameter name of the destination parameter.DestinationParameterValueConfiguration.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
-
customValuesConfiguration
public final CustomValuesConfiguration customValuesConfiguration()
The configuration of custom values for destination parameter in
DestinationParameterValueConfiguration.- Returns:
- The configuration of custom values for destination parameter in
DestinationParameterValueConfiguration.
-
selectAllValueOptions
public final SelectAllValueOptions selectAllValueOptions()
The configuration that selects all options.
If the service returns an enum value that is not available in the current SDK version,
selectAllValueOptionswill returnSelectAllValueOptions.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromselectAllValueOptionsAsString().- Returns:
- The configuration that selects all options.
- See Also:
SelectAllValueOptions
-
selectAllValueOptionsAsString
public final String selectAllValueOptionsAsString()
The configuration that selects all options.
If the service returns an enum value that is not available in the current SDK version,
selectAllValueOptionswill returnSelectAllValueOptions.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromselectAllValueOptionsAsString().- Returns:
- The configuration that selects all options.
- See Also:
SelectAllValueOptions
-
sourceParameterName
public final String sourceParameterName()
The source parameter name of the destination parameter.
- Returns:
- The source parameter name of the destination parameter.
-
sourceField
public final String sourceField()
The source field ID of the destination parameter.
- Returns:
- The source field ID of the destination parameter.
-
sourceColumn
public final ColumnIdentifier sourceColumn()
Returns the value of the SourceColumn property for this object.- Returns:
- The value of the SourceColumn property for this object.
-
toBuilder
public DestinationParameterValueConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DestinationParameterValueConfiguration.Builder,DestinationParameterValueConfiguration>
-
builder
public static DestinationParameterValueConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends DestinationParameterValueConfiguration.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.
-
-