Class CfnWorkspacePropsMixin.IdpMetadataProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.grafana.CfnWorkspacePropsMixin.IdpMetadataProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkspacePropsMixin.IdpMetadataProperty>
- Enclosing interface:
CfnWorkspacePropsMixin.IdpMetadataProperty
@Stability(Stable)
public static final class CfnWorkspacePropsMixin.IdpMetadataProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkspacePropsMixin.IdpMetadataProperty>
A builder for
CfnWorkspacePropsMixin.IdpMetadataProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnWorkspacePropsMixin.IdpMetadataProperty.getUrl()Sets the value ofCfnWorkspacePropsMixin.IdpMetadataProperty.getXml()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
url
Sets the value ofCfnWorkspacePropsMixin.IdpMetadataProperty.getUrl()- Parameters:
url- The URL of the location containing the IdP metadata.- Returns:
this
-
xml
Sets the value ofCfnWorkspacePropsMixin.IdpMetadataProperty.getXml()- Parameters:
xml- The full IdP metadata, in XML format.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkspacePropsMixin.IdpMetadataProperty>- Returns:
- a new instance of
CfnWorkspacePropsMixin.IdpMetadataProperty - Throws:
NullPointerException- if any required attribute was not provided
-