Interface AccountSettingsDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AccountSettingsDetail.Builder,
,AccountSettingsDetail> SdkBuilder<AccountSettingsDetail.Builder,
,AccountSettingsDetail> SdkPojo
- Enclosing class:
AccountSettingsDetail
@Mutable
@NotThreadSafe
public static interface AccountSettingsDetail.Builder
extends SdkPojo, CopyableBuilder<AccountSettingsDetail.Builder,AccountSettingsDetail>
-
Method Summary
Modifier and TypeMethodDescriptiondefault AccountSettingsDetail.Builder
capacityLimits
(Consumer<CapacityLimits.Builder> capacityLimits) Sets the value of the CapacityLimits property for this object.capacityLimits
(CapacityLimits capacityLimits) Sets the value of the CapacityLimits 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 Details
-
capacityLimits
Sets the value of the CapacityLimits property for this object.- Parameters:
capacityLimits
- The new value for the CapacityLimits property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capacityLimits
default AccountSettingsDetail.Builder capacityLimits(Consumer<CapacityLimits.Builder> capacityLimits) Sets the value of the CapacityLimits property for this object. This is a convenience method that creates an instance of theCapacityLimits.Builder
avoiding the need to create one manually viaCapacityLimits.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocapacityLimits(CapacityLimits)
.- Parameters:
capacityLimits
- a consumer that will call methods onCapacityLimits.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-