Interface IdpMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IdpMetadata.Builder,IdpMetadata>,SdkBuilder<IdpMetadata.Builder,IdpMetadata>,SdkPojo
- Enclosing class:
- IdpMetadata
public static interface IdpMetadata.Builder extends SdkPojo, CopyableBuilder<IdpMetadata.Builder,IdpMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdpMetadata.Builderurl(String url)The URL of the location containing the IdP metadata.IdpMetadata.Builderxml(String xml)The full IdP metadata, in XML format.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
url
IdpMetadata.Builder url(String url)
The URL of the location containing the IdP metadata.
- Parameters:
url- The URL of the location containing the IdP metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
xml
IdpMetadata.Builder xml(String xml)
The full IdP metadata, in XML format.
- Parameters:
xml- The full IdP metadata, in XML format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-