Interface FrameCaptureCdnSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FrameCaptureCdnSettings.Builder,FrameCaptureCdnSettings>,SdkBuilder<FrameCaptureCdnSettings.Builder,FrameCaptureCdnSettings>,SdkPojo
- Enclosing class:
- FrameCaptureCdnSettings
public static interface FrameCaptureCdnSettings.Builder extends SdkPojo, CopyableBuilder<FrameCaptureCdnSettings.Builder,FrameCaptureCdnSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default FrameCaptureCdnSettings.BuilderframeCaptureS3Settings(Consumer<FrameCaptureS3Settings.Builder> frameCaptureS3Settings)Sets the value of the FrameCaptureS3Settings property for this object.FrameCaptureCdnSettings.BuilderframeCaptureS3Settings(FrameCaptureS3Settings frameCaptureS3Settings)Sets the value of the FrameCaptureS3Settings property for this object.-
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
-
frameCaptureS3Settings
FrameCaptureCdnSettings.Builder frameCaptureS3Settings(FrameCaptureS3Settings frameCaptureS3Settings)
Sets the value of the FrameCaptureS3Settings property for this object.- Parameters:
frameCaptureS3Settings- The new value for the FrameCaptureS3Settings property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
frameCaptureS3Settings
default FrameCaptureCdnSettings.Builder frameCaptureS3Settings(Consumer<FrameCaptureS3Settings.Builder> frameCaptureS3Settings)
Sets the value of the FrameCaptureS3Settings property for this object. This is a convenience method that creates an instance of theFrameCaptureS3Settings.Builderavoiding the need to create one manually viaFrameCaptureS3Settings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toframeCaptureS3Settings(FrameCaptureS3Settings).- Parameters:
frameCaptureS3Settings- a consumer that will call methods onFrameCaptureS3Settings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
frameCaptureS3Settings(FrameCaptureS3Settings)
-
-