public static interface ListEngagementsRequest.Builder extends SsmContactsRequest.Builder, SdkPojo, CopyableBuilder<ListEngagementsRequest.Builder,ListEngagementsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEngagementsRequest.Builder |
incidentId(String incidentId)
The Amazon Resource Name (ARN) of the incident you're listing engagements for.
|
ListEngagementsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of engagements per page of results.
|
ListEngagementsRequest.Builder |
nextToken(String nextToken)
The pagination token to continue to the next page of results.
|
ListEngagementsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEngagementsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListEngagementsRequest.Builder |
timeRangeValue(Consumer<TimeRange.Builder> timeRangeValue)
The time range to lists engagements for an incident.
|
ListEngagementsRequest.Builder |
timeRangeValue(TimeRange timeRangeValue)
The time range to lists engagements for an incident.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEngagementsRequest.Builder nextToken(String nextToken)
The pagination token to continue to the next page of results.
nextToken - The pagination token to continue to the next page of results.ListEngagementsRequest.Builder maxResults(Integer maxResults)
The maximum number of engagements per page of results.
maxResults - The maximum number of engagements per page of results.ListEngagementsRequest.Builder incidentId(String incidentId)
The Amazon Resource Name (ARN) of the incident you're listing engagements for.
incidentId - The Amazon Resource Name (ARN) of the incident you're listing engagements for.ListEngagementsRequest.Builder timeRangeValue(TimeRange timeRangeValue)
The time range to lists engagements for an incident.
timeRangeValue - The time range to lists engagements for an incident.default ListEngagementsRequest.Builder timeRangeValue(Consumer<TimeRange.Builder> timeRangeValue)
The time range to lists engagements for an incident.
This is a convenience method that creates an instance of theTimeRange.Builder avoiding the need to
create one manually via TimeRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to timeRangeValue(TimeRange).
timeRangeValue - a consumer that will call methods on TimeRange.BuildertimeRangeValue(TimeRange)ListEngagementsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEngagementsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.