Class ClusterEvents.AWSAPICallViaCloudTrail.SessionContext.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.ecs.events.ClusterEvents.AWSAPICallViaCloudTrail.SessionContext.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ClusterEvents.AWSAPICallViaCloudTrail.SessionContext>
- Enclosing interface:
ClusterEvents.AWSAPICallViaCloudTrail.SessionContext
@Stability(Experimental)
public static final class ClusterEvents.AWSAPICallViaCloudTrail.SessionContext.Builder
extends Object
implements software.amazon.jsii.Builder<ClusterEvents.AWSAPICallViaCloudTrail.SessionContext>
A builder for
ClusterEvents.AWSAPICallViaCloudTrail.SessionContext-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofClusterEvents.AWSAPICallViaCloudTrail.SessionContext.getAttributes()build()Builds the configured instance.sessionIssuer(ClusterEvents.AWSAPICallViaCloudTrail.SessionIssuer sessionIssuer) Sets the value ofClusterEvents.AWSAPICallViaCloudTrail.SessionContext.getSessionIssuer()webIdFederationData(List<String> webIdFederationData)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
attributes
@Stability(Experimental) public ClusterEvents.AWSAPICallViaCloudTrail.SessionContext.Builder attributes(ClusterEvents.AWSAPICallViaCloudTrail.Attributes attributes) Sets the value ofClusterEvents.AWSAPICallViaCloudTrail.SessionContext.getAttributes()- Parameters:
attributes- attributes property. Specify an array of string values to match this event if the actual value of attributes is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
sessionIssuer
@Stability(Experimental) public ClusterEvents.AWSAPICallViaCloudTrail.SessionContext.Builder sessionIssuer(ClusterEvents.AWSAPICallViaCloudTrail.SessionIssuer sessionIssuer) Sets the value ofClusterEvents.AWSAPICallViaCloudTrail.SessionContext.getSessionIssuer()- Parameters:
sessionIssuer- sessionIssuer property. Specify an array of string values to match this event if the actual value of sessionIssuer is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
webIdFederationData
@Stability(Experimental) public ClusterEvents.AWSAPICallViaCloudTrail.SessionContext.Builder webIdFederationData(List<String> webIdFederationData) - Parameters:
webIdFederationData- webIdFederationData property. Specify an array of string values to match this event if the actual value of webIdFederationData 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<ClusterEvents.AWSAPICallViaCloudTrail.SessionContext>- Returns:
- a new instance of
ClusterEvents.AWSAPICallViaCloudTrail.SessionContext - Throws:
NullPointerException- if any required attribute was not provided
-