Interface GetCalendarStateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetCalendarStateRequest.Builder,GetCalendarStateRequest>,SdkBuilder<GetCalendarStateRequest.Builder,GetCalendarStateRequest>,SdkPojo,SdkRequest.Builder,SsmRequest.Builder
- Enclosing class:
- GetCalendarStateRequest
@Mutable @NotThreadSafe public static interface GetCalendarStateRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<GetCalendarStateRequest.Builder,GetCalendarStateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCalendarStateRequest.BuilderatTime(String atTime)(Optional) The specific time for which you want to get calendar state information, in ISO 8601 format.GetCalendarStateRequest.BuildercalendarNames(String... calendarNames)The names of Amazon Resource Names (ARNs) of the Systems Manager documents (SSM documents) that represent the calendar entries for which you want to get the state.GetCalendarStateRequest.BuildercalendarNames(Collection<String> calendarNames)The names of Amazon Resource Names (ARNs) of the Systems Manager documents (SSM documents) that represent the calendar entries for which you want to get the state.GetCalendarStateRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCalendarStateRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
Methods inherited from interface software.amazon.awssdk.services.ssm.model.SsmRequest.Builder
build
-
-
-
-
Method Detail
-
calendarNames
GetCalendarStateRequest.Builder calendarNames(Collection<String> calendarNames)
The names of Amazon Resource Names (ARNs) of the Systems Manager documents (SSM documents) that represent the calendar entries for which you want to get the state.
- Parameters:
calendarNames- The names of Amazon Resource Names (ARNs) of the Systems Manager documents (SSM documents) that represent the calendar entries for which you want to get the state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
calendarNames
GetCalendarStateRequest.Builder calendarNames(String... calendarNames)
The names of Amazon Resource Names (ARNs) of the Systems Manager documents (SSM documents) that represent the calendar entries for which you want to get the state.
- Parameters:
calendarNames- The names of Amazon Resource Names (ARNs) of the Systems Manager documents (SSM documents) that represent the calendar entries for which you want to get the state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
atTime
GetCalendarStateRequest.Builder atTime(String atTime)
(Optional) The specific time for which you want to get calendar state information, in ISO 8601 format. If you don't specify a value or
AtTime, the current time is used.- Parameters:
atTime- (Optional) The specific time for which you want to get calendar state information, in ISO 8601 format. If you don't specify a value orAtTime, the current time is used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetCalendarStateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetCalendarStateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-