Interface DisplayData.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<DisplayData.Builder,DisplayData>
,SdkBuilder<DisplayData.Builder,DisplayData>
,SdkPojo
- Enclosing class:
- DisplayData
public static interface DisplayData.Builder extends SdkPojo, CopyableBuilder<DisplayData.Builder,DisplayData>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisplayData.Builder
description(String description)
The description of the application provider that appears in the portal.DisplayData.Builder
displayName(String displayName)
The name of the application provider that appears in the portal.DisplayData.Builder
iconUrl(String iconUrl)
A URL that points to an icon that represents the application provider.-
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 Detail
-
description
DisplayData.Builder description(String description)
The description of the application provider that appears in the portal.
- Parameters:
description
- The description of the application provider that appears in the portal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
DisplayData.Builder displayName(String displayName)
The name of the application provider that appears in the portal.
- Parameters:
displayName
- The name of the application provider that appears in the portal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iconUrl
DisplayData.Builder iconUrl(String iconUrl)
A URL that points to an icon that represents the application provider.
- Parameters:
iconUrl
- A URL that points to an icon that represents the application provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-