Interface CommunicationLimits.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CommunicationLimits.Builder,CommunicationLimits>,SdkBuilder<CommunicationLimits.Builder,CommunicationLimits>,SdkPojo
- Enclosing class:
- CommunicationLimits
public static interface CommunicationLimits.Builder extends SdkPojo, CopyableBuilder<CommunicationLimits.Builder,CommunicationLimits>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommunicationLimits.BuildercommunicationLimitsList(Collection<CommunicationLimit> communicationLimitsList)Sets the value of the CommunicationLimitsList property for this object.CommunicationLimits.BuildercommunicationLimitsList(Consumer<CommunicationLimit.Builder>... communicationLimitsList)Sets the value of the CommunicationLimitsList property for this object.CommunicationLimits.BuildercommunicationLimitsList(CommunicationLimit... communicationLimitsList)Sets the value of the CommunicationLimitsList 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
-
communicationLimitsList
CommunicationLimits.Builder communicationLimitsList(Collection<CommunicationLimit> communicationLimitsList)
Sets the value of the CommunicationLimitsList property for this object.- Parameters:
communicationLimitsList- The new value for the CommunicationLimitsList property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
communicationLimitsList
CommunicationLimits.Builder communicationLimitsList(CommunicationLimit... communicationLimitsList)
Sets the value of the CommunicationLimitsList property for this object.- Parameters:
communicationLimitsList- The new value for the CommunicationLimitsList property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
communicationLimitsList
CommunicationLimits.Builder communicationLimitsList(Consumer<CommunicationLimit.Builder>... communicationLimitsList)
Sets the value of the CommunicationLimitsList property for this object. This is a convenience method that creates an instance of theCommunicationLimit.Builderavoiding the need to create one manually viaCommunicationLimit.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#communicationLimitsList(List.) - Parameters:
communicationLimitsList- a consumer that will call methods onCommunicationLimit.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#communicationLimitsList(java.util.Collection)
-
-