Interface StartIncidentRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<StartIncidentRequest.Builder,,- StartIncidentRequest> - SdkBuilder<StartIncidentRequest.Builder,,- StartIncidentRequest> - SdkPojo,- SdkRequest.Builder,- SsmIncidentsRequest.Builder
- Enclosing class:
- StartIncidentRequest
- 
Method SummaryModifier and TypeMethodDescriptionclientToken(String clientToken) A token ensuring that the operation is called only once with the specified details.Defines the impact to the customers.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.relatedItems(Collection<RelatedItem> relatedItems) Add related items to the incident for other responders to use.relatedItems(Consumer<RelatedItem.Builder>... relatedItems) Add related items to the incident for other responders to use.relatedItems(RelatedItem... relatedItems) Add related items to the incident for other responders to use.responsePlanArn(String responsePlanArn) The Amazon Resource Name (ARN) of the response plan that pre-defines summary, chat channels, Amazon SNS topics, runbooks, title, and impact of the incident.Provide a title for the incident.default StartIncidentRequest.BuildertriggerDetails(Consumer<TriggerDetails.Builder> triggerDetails) Details of what created the incident record in Incident Manager.triggerDetails(TriggerDetails triggerDetails) Details of what created the incident record in Incident Manager.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- 
clientTokenA token ensuring that the operation is called only once with the specified details. - Parameters:
- clientToken- A token ensuring that the operation is called only once with the specified details.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
impactDefines the impact to the customers. Providing an impact overwrites the impact provided by a response plan. Supported impact codes - 
 1- Critical
- 
 2- High
- 
 3- Medium
- 
 4- Low
- 
 5- No Impact
 - Parameters:
- impact- Defines the impact to the customers. Providing an impact overwrites the impact provided by a response plan.- Supported impact codes - 
        1- Critical
- 
        2- High
- 
        3- Medium
- 
        4- Low
- 
        5- No Impact
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
responsePlanArnThe Amazon Resource Name (ARN) of the response plan that pre-defines summary, chat channels, Amazon SNS topics, runbooks, title, and impact of the incident. - Parameters:
- responsePlanArn- The Amazon Resource Name (ARN) of the response plan that pre-defines summary, chat channels, Amazon SNS topics, runbooks, title, and impact of the incident.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
titleProvide a title for the incident. Providing a title overwrites the title provided by the response plan. - Parameters:
- title- Provide a title for the incident. Providing a title overwrites the title provided by the response plan.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
triggerDetailsDetails of what created the incident record in Incident Manager. - Parameters:
- triggerDetails- Details of what created the incident record in Incident Manager.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
triggerDetailsdefault StartIncidentRequest.Builder triggerDetails(Consumer<TriggerDetails.Builder> triggerDetails) Details of what created the incident record in Incident Manager. This is a convenience method that creates an instance of theTriggerDetails.Builderavoiding the need to create one manually viaTriggerDetails.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totriggerDetails(TriggerDetails).- Parameters:
- triggerDetails- a consumer that will call methods on- TriggerDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationStartIncidentRequest.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.
 
- 
overrideConfigurationStartIncidentRequest.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.
 
 
-