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