Class AWSXRayInsightUpdate.AwsxRayInsightUpdateItem.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.xray.events.AWSXRayInsightUpdate.AwsxRayInsightUpdateItem.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<AWSXRayInsightUpdate.AwsxRayInsightUpdateItem>
- Enclosing interface:
AWSXRayInsightUpdate.AwsxRayInsightUpdateItem
@Stability(Experimental)
public static final class AWSXRayInsightUpdate.AwsxRayInsightUpdateItem.Builder
extends Object
implements software.amazon.jsii.Builder<AWSXRayInsightUpdate.AwsxRayInsightUpdateItem>
A builder for
AWSXRayInsightUpdate.AwsxRayInsightUpdateItem-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.serviceId(AWSXRayInsightUpdate.ServiceId serviceId) Sets the value ofAWSXRayInsightUpdate.AwsxRayInsightUpdateItem.getServiceId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
serviceId
@Stability(Experimental) public AWSXRayInsightUpdate.AwsxRayInsightUpdateItem.Builder serviceId(AWSXRayInsightUpdate.ServiceId serviceId) Sets the value ofAWSXRayInsightUpdate.AwsxRayInsightUpdateItem.getServiceId()- Parameters:
serviceId- ServiceId property. Specify an array of string values to match this event if the actual value of ServiceId is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AWSXRayInsightUpdate.AwsxRayInsightUpdateItem>- Returns:
- a new instance of
AWSXRayInsightUpdate.AwsxRayInsightUpdateItem - Throws:
NullPointerException- if any required attribute was not provided
-