Interface FrameCaptureCdnSettings.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<FrameCaptureCdnSettings.Builder,,- FrameCaptureCdnSettings> - SdkBuilder<FrameCaptureCdnSettings.Builder,,- FrameCaptureCdnSettings> - SdkPojo
- Enclosing class:
- FrameCaptureCdnSettings
@Mutable
@NotThreadSafe
public static interface FrameCaptureCdnSettings.Builder
extends SdkPojo, CopyableBuilder<FrameCaptureCdnSettings.Builder,FrameCaptureCdnSettings> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault FrameCaptureCdnSettings.BuilderframeCaptureS3Settings(Consumer<FrameCaptureS3Settings.Builder> frameCaptureS3Settings) Sets the value of the FrameCaptureS3Settings property for this object.frameCaptureS3Settings(FrameCaptureS3Settings frameCaptureS3Settings) Sets the value of the FrameCaptureS3Settings property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
frameCaptureS3SettingsFrameCaptureCdnSettings.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.
 
- 
frameCaptureS3Settingsdefault 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 on- FrameCaptureS3Settings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-