Interface ArchiveContainerSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ArchiveContainerSettings.Builder,ArchiveContainerSettings>,SdkBuilder<ArchiveContainerSettings.Builder,ArchiveContainerSettings>,SdkPojo
- Enclosing class:
- ArchiveContainerSettings
public static interface ArchiveContainerSettings.Builder extends SdkPojo, CopyableBuilder<ArchiveContainerSettings.Builder,ArchiveContainerSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ArchiveContainerSettings.Builderm2tsSettings(Consumer<M2tsSettings.Builder> m2tsSettings)Sets the value of the M2tsSettings property for this object.ArchiveContainerSettings.Builderm2tsSettings(M2tsSettings m2tsSettings)Sets the value of the M2tsSettings property for this object.default ArchiveContainerSettings.BuilderrawSettings(Consumer<RawSettings.Builder> rawSettings)Sets the value of the RawSettings property for this object.ArchiveContainerSettings.BuilderrawSettings(RawSettings rawSettings)Sets the value of the RawSettings 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
-
m2tsSettings
ArchiveContainerSettings.Builder m2tsSettings(M2tsSettings m2tsSettings)
Sets the value of the M2tsSettings property for this object.- Parameters:
m2tsSettings- The new value for the M2tsSettings property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
m2tsSettings
default ArchiveContainerSettings.Builder m2tsSettings(Consumer<M2tsSettings.Builder> m2tsSettings)
Sets the value of the M2tsSettings property for this object. This is a convenience method that creates an instance of theM2tsSettings.Builderavoiding the need to create one manually viaM2tsSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tom2tsSettings(M2tsSettings).- Parameters:
m2tsSettings- a consumer that will call methods onM2tsSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
m2tsSettings(M2tsSettings)
-
rawSettings
ArchiveContainerSettings.Builder rawSettings(RawSettings rawSettings)
Sets the value of the RawSettings property for this object.- Parameters:
rawSettings- The new value for the RawSettings property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rawSettings
default ArchiveContainerSettings.Builder rawSettings(Consumer<RawSettings.Builder> rawSettings)
Sets the value of the RawSettings property for this object. This is a convenience method that creates an instance of theRawSettings.Builderavoiding the need to create one manually viaRawSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torawSettings(RawSettings).- Parameters:
rawSettings- a consumer that will call methods onRawSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
rawSettings(RawSettings)
-
-