Interface Condition.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Condition.Builder,,Condition> SdkBuilder<Condition.Builder,,Condition> SdkPojo
- Enclosing class:
Condition
@Mutable
@NotThreadSafe
public static interface Condition.Builder
extends SdkPojo, CopyableBuilder<Condition.Builder,Condition>
-
Method Summary
Modifier and TypeMethodDescriptionallowAfter(Instant allowAfter) The earliest time at which the permit becomes valid.allowBefore(Instant allowBefore) The latest time at which the permit remains valid.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
-
allowAfter
The earliest time at which the permit becomes valid.
- Parameters:
allowAfter- The earliest time at which the permit becomes valid.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowBefore
The latest time at which the permit remains valid.
- Parameters:
allowBefore- The latest time at which the permit remains valid.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-