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 interface
CustomContentConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomContentConfiguration.Builder
builder()
CustomContentType
contentType()
The content type of the custom content visual.String
contentTypeAsString()
The content type of the custom content visual.String
contentUrl()
The input URL that links to the custom content that you want in the custom visual.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
CustomContentImageScalingConfiguration
imageScaling()
The sizing options for the size of the custom content visual.String
imageScalingAsString()
The sizing options for the size of the custom content visual.List<SdkField<?>>
sdkFields()
static Class<? extends CustomContentConfiguration.Builder>
serializableBuilderClass()
CustomContentConfiguration.Builder
toBuilder()
String
toString()
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,
contentType
will 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,
contentType
will 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
ContentType
of the visual is'IMAGE'
.If the service returns an enum value that is not available in the current SDK version,
imageScaling
will 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
ContentType
of 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
ContentType
of the visual is'IMAGE'
.If the service returns an enum value that is not available in the current SDK version,
imageScaling
will 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
ContentType
of the visual is'IMAGE'
. - See Also:
CustomContentImageScalingConfiguration
-
toBuilder
public CustomContentConfiguration.Builder toBuilder()
- Specified by:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-