Interface DefaultSessionParametersMulticast.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DefaultSessionParametersMulticast.Builder,,DefaultSessionParametersMulticast> SdkBuilder<DefaultSessionParametersMulticast.Builder,,DefaultSessionParametersMulticast> SdkPojo
- Enclosing class:
DefaultSessionParametersMulticast
@Mutable
@NotThreadSafe
public static interface DefaultSessionParametersMulticast.Builder
extends SdkPojo, CopyableBuilder<DefaultSessionParametersMulticast.Builder,DefaultSessionParametersMulticast>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the DlDr property for this object.Sets the value of the DlFreq property for this object.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
-
dlDr
Sets the value of the DlDr property for this object.- Parameters:
dlDr- The new value for the DlDr property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dlFreq
Sets the value of the DlFreq property for this object.- Parameters:
dlFreq- The new value for the DlFreq property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-