Interface ListEngagementsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListEngagementsRequest.Builder,ListEngagementsRequest>,SdkBuilder<ListEngagementsRequest.Builder,ListEngagementsRequest>,SdkPojo,SdkRequest.Builder,SsmContactsRequest.Builder
- Enclosing class:
- ListEngagementsRequest
public static interface ListEngagementsRequest.Builder extends SsmContactsRequest.Builder, SdkPojo, CopyableBuilder<ListEngagementsRequest.Builder,ListEngagementsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ListEngagementsRequest.BuilderincidentId(String incidentId)The Amazon Resource Name (ARN) of the incident you're listing engagements for.ListEngagementsRequest.BuildermaxResults(Integer maxResults)The maximum number of engagements per page of results.ListEngagementsRequest.BuildernextToken(String nextToken)The pagination token to continue to the next page of results.ListEngagementsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEngagementsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default ListEngagementsRequest.BuildertimeRangeValue(Consumer<TimeRange.Builder> timeRangeValue)The time range to lists engagements for an incident.ListEngagementsRequest.BuildertimeRangeValue(TimeRange timeRangeValue)The time range to lists engagements for an incident.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.ssmcontacts.model.SsmContactsRequest.Builder
build
-
-
-
-
Method Detail
-
nextToken
ListEngagementsRequest.Builder nextToken(String nextToken)
The pagination token to continue to the next page of results.
- Parameters:
nextToken- The pagination token to continue to the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListEngagementsRequest.Builder maxResults(Integer maxResults)
The maximum number of engagements per page of results.
- Parameters:
maxResults- The maximum number of engagements per page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
incidentId
ListEngagementsRequest.Builder incidentId(String incidentId)
The Amazon Resource Name (ARN) of the incident you're listing engagements for.
- Parameters:
incidentId- The Amazon Resource Name (ARN) of the incident you're listing engagements for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeRangeValue
ListEngagementsRequest.Builder timeRangeValue(TimeRange timeRangeValue)
The time range to lists engagements for an incident.
- Parameters:
timeRangeValue- The time range to lists engagements for an incident.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeRangeValue
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.Builderavoiding the need to create one manually viaTimeRange.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totimeRangeValue(TimeRange).- Parameters:
timeRangeValue- a consumer that will call methods onTimeRange.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
timeRangeValue(TimeRange)
-
overrideConfiguration
ListEngagementsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEngagementsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-