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