Interface IdpMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IdpMetadata.Builder,
,IdpMetadata> SdkBuilder<IdpMetadata.Builder,
,IdpMetadata> SdkPojo
- Enclosing class:
IdpMetadata
@Mutable
@NotThreadSafe
public static interface IdpMetadata.Builder
extends SdkPojo, CopyableBuilder<IdpMetadata.Builder,IdpMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionThe URL of the location containing the IdP metadata.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-