Interface AssetType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AssetType.Builder,,AssetType> SdkBuilder<AssetType.Builder,,AssetType> SdkPojo
- Enclosing class:
- AssetType
-
Method Summary
Modifier and TypeMethodDescriptionThe image file, in Base64-encoded binary.The category that the image corresponds to in your managed login configuration.category(AssetCategoryType category) The category that the image corresponds to in your managed login configuration.The display-mode target of the asset: light, dark, or browser-adaptive.colorMode(ColorSchemeModeType colorMode) The display-mode target of the asset: light, dark, or browser-adaptive.The file type of the image file.extension(AssetExtensionType extension) The file type of the image file.resourceId(String resourceId) The ID of the asset.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
category
The category that the image corresponds to in your managed login configuration. Managed login has asset categories for different types of logos, backgrounds, and icons.
- Parameters:
category- The category that the image corresponds to in your managed login configuration. Managed login has asset categories for different types of logos, backgrounds, and icons.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
category
The category that the image corresponds to in your managed login configuration. Managed login has asset categories for different types of logos, backgrounds, and icons.
- Parameters:
category- The category that the image corresponds to in your managed login configuration. Managed login has asset categories for different types of logos, backgrounds, and icons.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
colorMode
The display-mode target of the asset: light, dark, or browser-adaptive. For example, Amazon Cognito displays a dark-mode image only when the browser or application is in dark mode, but displays a browser-adaptive file in all contexts.
- Parameters:
colorMode- The display-mode target of the asset: light, dark, or browser-adaptive. For example, Amazon Cognito displays a dark-mode image only when the browser or application is in dark mode, but displays a browser-adaptive file in all contexts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
colorMode
The display-mode target of the asset: light, dark, or browser-adaptive. For example, Amazon Cognito displays a dark-mode image only when the browser or application is in dark mode, but displays a browser-adaptive file in all contexts.
- Parameters:
colorMode- The display-mode target of the asset: light, dark, or browser-adaptive. For example, Amazon Cognito displays a dark-mode image only when the browser or application is in dark mode, but displays a browser-adaptive file in all contexts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
extension
The file type of the image file.
- Parameters:
extension- The file type of the image file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
extension
The file type of the image file.
- Parameters:
extension- The file type of the image file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
bytes
The image file, in Base64-encoded binary.
- Parameters:
bytes- The image file, in Base64-encoded binary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
The ID of the asset.
- Parameters:
resourceId- The ID of the asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-