Class AWSXRayInsightUpdate.ServiceId.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.xray.events.AWSXRayInsightUpdate.ServiceId.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<AWSXRayInsightUpdate.ServiceId>
- Enclosing interface:
AWSXRayInsightUpdate.ServiceId
@Stability(Experimental)
public static final class AWSXRayInsightUpdate.ServiceId.Builder
extends Object
implements software.amazon.jsii.Builder<AWSXRayInsightUpdate.ServiceId>
A builder for
AWSXRayInsightUpdate.ServiceId-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofAWSXRayInsightUpdate.ServiceId.getAccountId()build()Builds the configured instance.Sets the value ofAWSXRayInsightUpdate.ServiceId.getName()Sets the value ofAWSXRayInsightUpdate.ServiceId.getNames()Sets the value ofAWSXRayInsightUpdate.ServiceId.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
accountId
@Stability(Experimental) public AWSXRayInsightUpdate.ServiceId.Builder accountId(List<String> accountId) Sets the value ofAWSXRayInsightUpdate.ServiceId.getAccountId()- Parameters:
accountId- AccountId property. Specify an array of string values to match this event if the actual value of AccountId is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
name
Sets the value ofAWSXRayInsightUpdate.ServiceId.getName()- Parameters:
name- Name property. Specify an array of string values to match this event if the actual value of Name is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
names
@Stability(Experimental) public AWSXRayInsightUpdate.ServiceId.Builder names(List<? extends Object> names) Sets the value ofAWSXRayInsightUpdate.ServiceId.getNames()- Parameters:
names- Names property. Specify an array of string values to match this event if the actual value of Names is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
type
Sets the value ofAWSXRayInsightUpdate.ServiceId.getType()- Parameters:
type- Type property. Specify an array of string values to match this event if the actual value of Type 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.ServiceId>- Returns:
- a new instance of
AWSXRayInsightUpdate.ServiceId - Throws:
NullPointerException- if any required attribute was not provided
-