Class CustomContentConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.CustomContentConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CustomContentConfiguration.Builder,CustomContentConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class CustomContentConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomContentConfiguration.Builder,CustomContentConfiguration>
The configuration of a
CustomContentVisual.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCustomContentConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomContentConfiguration.Builderbuilder()CustomContentTypecontentType()The content type of the custom content visual.StringcontentTypeAsString()The content type of the custom content visual.StringcontentUrl()The input URL that links to the custom content that you want in the custom visual.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()CustomContentImageScalingConfigurationimageScaling()The sizing options for the size of the custom content visual.StringimageScalingAsString()The sizing options for the size of the custom content visual.List<SdkField<?>>sdkFields()static Class<? extends CustomContentConfiguration.Builder>serializableBuilderClass()CustomContentConfiguration.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
-
contentUrl
public final String contentUrl()
The input URL that links to the custom content that you want in the custom visual.
- Returns:
- The input URL that links to the custom content that you want in the custom visual.
-
contentType
public final CustomContentType contentType()
The content type of the custom content visual. You can use this to have the visual render as an image.
If the service returns an enum value that is not available in the current SDK version,
contentTypewill returnCustomContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontentTypeAsString().- Returns:
- The content type of the custom content visual. You can use this to have the visual render as an image.
- See Also:
CustomContentType
-
contentTypeAsString
public final String contentTypeAsString()
The content type of the custom content visual. You can use this to have the visual render as an image.
If the service returns an enum value that is not available in the current SDK version,
contentTypewill returnCustomContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontentTypeAsString().- Returns:
- The content type of the custom content visual. You can use this to have the visual render as an image.
- See Also:
CustomContentType
-
imageScaling
public final CustomContentImageScalingConfiguration imageScaling()
The sizing options for the size of the custom content visual. This structure is required when the
ContentTypeof the visual is'IMAGE'.If the service returns an enum value that is not available in the current SDK version,
imageScalingwill returnCustomContentImageScalingConfiguration.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromimageScalingAsString().- Returns:
- The sizing options for the size of the custom content visual. This structure is required when the
ContentTypeof the visual is'IMAGE'. - See Also:
CustomContentImageScalingConfiguration
-
imageScalingAsString
public final String imageScalingAsString()
The sizing options for the size of the custom content visual. This structure is required when the
ContentTypeof the visual is'IMAGE'.If the service returns an enum value that is not available in the current SDK version,
imageScalingwill returnCustomContentImageScalingConfiguration.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromimageScalingAsString().- Returns:
- The sizing options for the size of the custom content visual. This structure is required when the
ContentTypeof the visual is'IMAGE'. - See Also:
CustomContentImageScalingConfiguration
-
toBuilder
public CustomContentConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CustomContentConfiguration.Builder,CustomContentConfiguration>
-
builder
public static CustomContentConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends CustomContentConfiguration.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.
-
-