Interface Period.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Period.Builder,
,Period> SdkBuilder<Period.Builder,
,Period> SdkPojo
- Enclosing class:
Period
@Mutable
@NotThreadSafe
public static interface Period.Builder
extends SdkPojo, CopyableBuilder<Period.Builder,Period>
-
Method Summary
Modifier and TypeMethodDescriptionmaxInvocationsPerProfile
(Integer maxInvocationsPerProfile) The maximum allowed number of destination invocations per profile.The unit of time.unit
(PeriodUnit unit) The unit of time.If set to true, there is no limit on the number of destination invocations per profile.The amount of time of the specified unit.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
-
unit
The unit of time.
- Parameters:
unit
- The unit of time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
unit
The unit of time.
- Parameters:
unit
- The unit of time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The amount of time of the specified unit.
- Parameters:
value
- The amount of time of the specified unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxInvocationsPerProfile
The maximum allowed number of destination invocations per profile.
- Parameters:
maxInvocationsPerProfile
- The maximum allowed number of destination invocations per profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unlimited
If set to true, there is no limit on the number of destination invocations per profile. The default is false.
- Parameters:
unlimited
- If set to true, there is no limit on the number of destination invocations per profile. The default is false.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-