Interface ListRelatedItemsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListRelatedItemsRequest.Builder,,- ListRelatedItemsRequest> - SdkBuilder<ListRelatedItemsRequest.Builder,,- ListRelatedItemsRequest> - SdkPojo,- SdkRequest.Builder,- SsmIncidentsRequest.Builder
- Enclosing class:
- ListRelatedItemsRequest
@Mutable
@NotThreadSafe
public static interface ListRelatedItemsRequest.Builder
extends SsmIncidentsRequest.Builder, SdkPojo, CopyableBuilder<ListRelatedItemsRequest.Builder,ListRelatedItemsRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionincidentRecordArn(String incidentRecordArn) The Amazon Resource Name (ARN) of the incident record containing the listed related items.maxResults(Integer maxResults) The maximum number of related items per page.The pagination token for the next set of items to return.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods 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.services.ssmincidents.model.SsmIncidentsRequest.Builderbuild
- 
Method Details- 
incidentRecordArnThe Amazon Resource Name (ARN) of the incident record containing the listed related items. - Parameters:
- incidentRecordArn- The Amazon Resource Name (ARN) of the incident record containing the listed related items.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxResultsThe maximum number of related items per page. - Parameters:
- maxResults- The maximum number of related items per page.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTokenThe pagination token for the next set of items to return. (You received this token from a previous call.) - Parameters:
- nextToken- The pagination token for the next set of items to return. (You received this token from a previous call.)
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationListRelatedItemsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListRelatedItemsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-