public static interface UpdateSAMLProviderRequest.Builder extends IAMRequest.Builder, CopyableBuilder<UpdateSAMLProviderRequest.Builder,UpdateSAMLProviderRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateSAMLProviderRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateSAMLProviderRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateSAMLProviderRequest.Builder |
samlMetadataDocument(String samlMetadataDocument)
An XML document generated by an identity provider (IdP) that supports SAML 2.0.
|
UpdateSAMLProviderRequest.Builder |
samlProviderArn(String samlProviderArn)
The Amazon Resource Name (ARN) of the SAML provider to update.
|
buildrequestOverrideConfigcopyapply, buildUpdateSAMLProviderRequest.Builder samlMetadataDocument(String samlMetadataDocument)
An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.
samlMetadataDocument - An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes
the issuer's name, expiration information, and keys that can be used to validate the SAML
authentication response (assertions) that are received from the IdP. You must generate the metadata
document using the identity management software that is used as your organization's IdP.UpdateSAMLProviderRequest.Builder samlProviderArn(String samlProviderArn)
The Amazon Resource Name (ARN) of the SAML provider to update.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
samlProviderArn - The Amazon Resource Name (ARN) of the SAML provider to update.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
UpdateSAMLProviderRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateSAMLProviderRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.