Class CfnWorkspace.IdpMetadataProperty.Builder
java.lang.Object
software.amazon.awscdk.services.grafana.CfnWorkspace.IdpMetadataProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkspace.IdpMetadataProperty>
- Enclosing interface:
- CfnWorkspace.IdpMetadataProperty
@Stability(Stable)
public static final class CfnWorkspace.IdpMetadataProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkspace.IdpMetadataProperty>
A builder for
CfnWorkspace.IdpMetadataProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnWorkspace.IdpMetadataProperty.getUrl()Sets the value ofCfnWorkspace.IdpMetadataProperty.getXml()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
url
Sets the value ofCfnWorkspace.IdpMetadataProperty.getUrl()- Parameters:
url- The URL of the location containing the IdP metadata.- Returns:
this
-
xml
Sets the value ofCfnWorkspace.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<CfnWorkspace.IdpMetadataProperty>- Returns:
- a new instance of
CfnWorkspace.IdpMetadataProperty - Throws:
NullPointerException- if any required attribute was not provided
-