Interface DisplayData.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DisplayData.Builder,
,DisplayData> SdkBuilder<DisplayData.Builder,
,DisplayData> SdkPojo
- Enclosing class:
DisplayData
@Mutable
@NotThreadSafe
public static interface DisplayData.Builder
extends SdkPojo, CopyableBuilder<DisplayData.Builder,DisplayData>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of the application provider that appears in the portal.displayName
(String displayName) The name of the application provider that appears in the portal.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-
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.
-