Class AWSAPICallViaCloudTrail.DeleteLaunchTemplateResponse.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.ec2.events.AWSAPICallViaCloudTrail.DeleteLaunchTemplateResponse.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<AWSAPICallViaCloudTrail.DeleteLaunchTemplateResponse>
- Enclosing interface:
AWSAPICallViaCloudTrail.DeleteLaunchTemplateResponse
@Stability(Experimental)
public static final class AWSAPICallViaCloudTrail.DeleteLaunchTemplateResponse.Builder
extends Object
implements software.amazon.jsii.Builder<AWSAPICallViaCloudTrail.DeleteLaunchTemplateResponse>
A builder for
AWSAPICallViaCloudTrail.DeleteLaunchTemplateResponse-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.launchTemplate(AWSAPICallViaCloudTrail.LaunchTemplate1 launchTemplate) Sets the value ofAWSAPICallViaCloudTrail.DeleteLaunchTemplateResponse.getLaunchTemplate()Sets the value ofAWSAPICallViaCloudTrail.DeleteLaunchTemplateResponse.getRequestId()Sets the value ofAWSAPICallViaCloudTrail.DeleteLaunchTemplateResponse.getXmlns()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
launchTemplate
@Stability(Experimental) public AWSAPICallViaCloudTrail.DeleteLaunchTemplateResponse.Builder launchTemplate(AWSAPICallViaCloudTrail.LaunchTemplate1 launchTemplate) Sets the value ofAWSAPICallViaCloudTrail.DeleteLaunchTemplateResponse.getLaunchTemplate()- Parameters:
launchTemplate- launchTemplate property. Specify an array of string values to match this event if the actual value of launchTemplate is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
requestId
@Stability(Experimental) public AWSAPICallViaCloudTrail.DeleteLaunchTemplateResponse.Builder requestId(List<String> requestId) Sets the value ofAWSAPICallViaCloudTrail.DeleteLaunchTemplateResponse.getRequestId()- Parameters:
requestId- requestId property. Specify an array of string values to match this event if the actual value of requestId is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
xmlns
@Stability(Experimental) public AWSAPICallViaCloudTrail.DeleteLaunchTemplateResponse.Builder xmlns(List<String> xmlns) Sets the value ofAWSAPICallViaCloudTrail.DeleteLaunchTemplateResponse.getXmlns()- Parameters:
xmlns- xmlns property. Specify an array of string values to match this event if the actual value of xmlns 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<AWSAPICallViaCloudTrail.DeleteLaunchTemplateResponse>- Returns:
- a new instance of
AWSAPICallViaCloudTrail.DeleteLaunchTemplateResponse - Throws:
NullPointerException- if any required attribute was not provided
-