Interface GetCalendarStateResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetCalendarStateResponse.Builder,,- GetCalendarStateResponse> - SdkBuilder<GetCalendarStateResponse.Builder,,- GetCalendarStateResponse> - SdkPojo,- SdkResponse.Builder,- SsmResponse.Builder
- Enclosing class:
- GetCalendarStateResponse
@Mutable
@NotThreadSafe
public static interface GetCalendarStateResponse.Builder
extends SsmResponse.Builder, SdkPojo, CopyableBuilder<GetCalendarStateResponse.Builder,GetCalendarStateResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe time, as an ISO 8601 string, that you specified in your command.nextTransitionTime(String nextTransitionTime) The time, as an ISO 8601 string, that the calendar state will change.The state of the calendar.state(CalendarState state) The state of the calendar.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.ssm.model.SsmResponse.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
stateThe state of the calendar. An OPENcalendar indicates that actions are allowed to proceed, and aCLOSEDcalendar indicates that actions aren't allowed to proceed.- Parameters:
- state- The state of the calendar. An- OPENcalendar indicates that actions are allowed to proceed, and a- CLOSEDcalendar indicates that actions aren't allowed to proceed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stateThe state of the calendar. An OPENcalendar indicates that actions are allowed to proceed, and aCLOSEDcalendar indicates that actions aren't allowed to proceed.- Parameters:
- state- The state of the calendar. An- OPENcalendar indicates that actions are allowed to proceed, and a- CLOSEDcalendar indicates that actions aren't allowed to proceed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
atTimeThe time, as an ISO 8601 string, that you specified in your command. If you don't specify a time, GetCalendarStateuses the current time.- Parameters:
- atTime- The time, as an ISO 8601 string, that you specified in your command. If you don't specify a time,- GetCalendarStateuses the current time.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTransitionTimeThe time, as an ISO 8601 string, that the calendar state will change. If the current calendar state is OPEN,NextTransitionTimeindicates when the calendar state changes toCLOSED, and vice-versa.- Parameters:
- nextTransitionTime- The time, as an ISO 8601 string, that the calendar state will change. If the current calendar state is- OPEN,- NextTransitionTimeindicates when the calendar state changes to- CLOSED, and vice-versa.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-