public static interface ListRotationOverridesRequest.Builder extends SsmContactsRequest.Builder, SdkPojo, CopyableBuilder<ListRotationOverridesRequest.Builder,ListRotationOverridesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRotationOverridesRequest.Builder |
endTime(Instant endTime)
The date and time for the end of a time range for listing overrides.
|
ListRotationOverridesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to return for this call.
|
ListRotationOverridesRequest.Builder |
nextToken(String nextToken)
A token to start the list.
|
ListRotationOverridesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRotationOverridesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListRotationOverridesRequest.Builder |
rotationId(String rotationId)
The Amazon Resource Name (ARN) of the rotation to retrieve information about.
|
ListRotationOverridesRequest.Builder |
startTime(Instant startTime)
The date and time for the beginning of a time range for listing overrides.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRotationOverridesRequest.Builder rotationId(String rotationId)
The Amazon Resource Name (ARN) of the rotation to retrieve information about.
rotationId - The Amazon Resource Name (ARN) of the rotation to retrieve information about.ListRotationOverridesRequest.Builder startTime(Instant startTime)
The date and time for the beginning of a time range for listing overrides.
startTime - The date and time for the beginning of a time range for listing overrides.ListRotationOverridesRequest.Builder endTime(Instant endTime)
The date and time for the end of a time range for listing overrides.
endTime - The date and time for the end of a time range for listing overrides.ListRotationOverridesRequest.Builder nextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
nextToken - A token to start the list. Use this token to get the next set of results.ListRotationOverridesRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults - The maximum number of items to return for this call. The call also returns a token that you can
specify in a subsequent call to get the next set of results.ListRotationOverridesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRotationOverridesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.