Interface RestrictedPeriod.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RestrictedPeriod.Builder,
,RestrictedPeriod> SdkBuilder<RestrictedPeriod.Builder,
,RestrictedPeriod> SdkPojo
- Enclosing class:
RestrictedPeriod
@Mutable
@NotThreadSafe
public static interface RestrictedPeriod.Builder
extends SdkPojo, CopyableBuilder<RestrictedPeriod.Builder,RestrictedPeriod>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the EndDate property for this object.Sets the value of the Name property for this object.Sets the value of the StartDate 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
-
name
Sets the value of the Name property for this object.- Parameters:
name
- The new value for the Name property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startDate
Sets the value of the StartDate property for this object.- Parameters:
startDate
- The new value for the StartDate property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endDate
Sets the value of the EndDate property for this object.- Parameters:
endDate
- The new value for the EndDate property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-