Interface MetaFlowPreviewInfo.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MetaFlowPreviewInfo.Builder,,MetaFlowPreviewInfo> SdkBuilder<MetaFlowPreviewInfo.Builder,,MetaFlowPreviewInfo> SdkPojo
- Enclosing class:
MetaFlowPreviewInfo
@Mutable
@NotThreadSafe
public static interface MetaFlowPreviewInfo.Builder
extends SdkPojo, CopyableBuilder<MetaFlowPreviewInfo.Builder,MetaFlowPreviewInfo>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the preview URL expires.previewUrl(String previewUrl) The web URL for previewing the Flow.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
-
previewUrl
The web URL for previewing the Flow. Can be shared with stakeholders for review.
- Parameters:
previewUrl- The web URL for previewing the Flow. Can be shared with stakeholders for review.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expiresAt
The timestamp when the preview URL expires.
- Parameters:
expiresAt- The timestamp when the preview URL expires.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-