Class AWSAPICallViaCloudTrail.WebIdFederationData.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.iotanalytics.events.AWSAPICallViaCloudTrail.WebIdFederationData.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<AWSAPICallViaCloudTrail.WebIdFederationData>
- Enclosing interface:
AWSAPICallViaCloudTrail.WebIdFederationData
@Stability(Experimental)
public static final class AWSAPICallViaCloudTrail.WebIdFederationData.Builder
extends Object
implements software.amazon.jsii.Builder<AWSAPICallViaCloudTrail.WebIdFederationData>
A builder for
AWSAPICallViaCloudTrail.WebIdFederationData-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributes(Map<String, String> attributes) Sets the value ofAWSAPICallViaCloudTrail.WebIdFederationData.getAttributes()build()Builds the configured instance.federatedProvider(List<String> federatedProvider) Sets the value ofAWSAPICallViaCloudTrail.WebIdFederationData.getFederatedProvider()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
attributes
@Stability(Experimental) public AWSAPICallViaCloudTrail.WebIdFederationData.Builder attributes(Map<String, String> attributes) Sets the value ofAWSAPICallViaCloudTrail.WebIdFederationData.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
-
federatedProvider
@Stability(Experimental) public AWSAPICallViaCloudTrail.WebIdFederationData.Builder federatedProvider(List<String> federatedProvider) Sets the value ofAWSAPICallViaCloudTrail.WebIdFederationData.getFederatedProvider()- Parameters:
federatedProvider- federatedProvider property. Specify an array of string values to match this event if the actual value of federatedProvider 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.WebIdFederationData>- Returns:
- a new instance of
AWSAPICallViaCloudTrail.WebIdFederationData - Throws:
NullPointerException- if any required attribute was not provided
-