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