Interface CustomContentConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomContentConfiguration.Builder,
,CustomContentConfiguration> SdkBuilder<CustomContentConfiguration.Builder,
,CustomContentConfiguration> SdkPojo
- Enclosing class:
CustomContentConfiguration
public static interface CustomContentConfiguration.Builder
extends SdkPojo, CopyableBuilder<CustomContentConfiguration.Builder,CustomContentConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptioncontentType
(String contentType) The content type of the custom content visual.contentType
(CustomContentType contentType) The content type of the custom content visual.contentUrl
(String contentUrl) The input URL that links to the custom content that you want in the custom visual.imageScaling
(String imageScaling) The sizing options for the size of the custom content visual.imageScaling
(CustomContentImageScalingConfiguration imageScaling) The sizing options for the size of the custom content visual.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
contentUrl
The input URL that links to the custom content that you want in the custom visual.
- Parameters:
contentUrl
- The input URL that links to the custom content that you want in the custom visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentType
The content type of the custom content visual. You can use this to have the visual render as an image.
- Parameters:
contentType
- The content type of the custom content visual. You can use this to have the visual render as an image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
contentType
The content type of the custom content visual. You can use this to have the visual render as an image.
- Parameters:
contentType
- The content type of the custom content visual. You can use this to have the visual render as an image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
imageScaling
The sizing options for the size of the custom content visual. This structure is required when the
ContentType
of the visual is'IMAGE'
.- Parameters:
imageScaling
- The sizing options for the size of the custom content visual. This structure is required when theContentType
of the visual is'IMAGE'
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
imageScaling
CustomContentConfiguration.Builder imageScaling(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'
.- Parameters:
imageScaling
- The sizing options for the size of the custom content visual. This structure is required when theContentType
of the visual is'IMAGE'
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-