Interface UiTemplateInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UiTemplateInfo.Builder,UiTemplateInfo>,SdkBuilder<UiTemplateInfo.Builder,UiTemplateInfo>,SdkPojo
- Enclosing class:
- UiTemplateInfo
public static interface UiTemplateInfo.Builder extends SdkPojo, CopyableBuilder<UiTemplateInfo.Builder,UiTemplateInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UiTemplateInfo.BuildercontentSha256(String contentSha256)The SHA-256 digest of the contents of the template.UiTemplateInfo.Builderurl(String url)The URL for the user interface template.-
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 Detail
-
url
UiTemplateInfo.Builder url(String url)
The URL for the user interface template.
- Parameters:
url- The URL for the user interface template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentSha256
UiTemplateInfo.Builder contentSha256(String contentSha256)
The SHA-256 digest of the contents of the template.
- Parameters:
contentSha256- The SHA-256 digest of the contents of the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-