Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateSAMLProviderRequest.Builder,UpdateSAMLProviderRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateSAMLProviderRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateSAMLProviderRequest.Builder,UpdateSAMLProviderRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateSAMLProviderRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateSAMLProviderRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
samlMetadataDocument() |
An XML document generated by an identity provider (IdP) that supports SAML 2.0.
|
String |
samlProviderArn() |
The Amazon Resource Name (ARN) of the SAML provider to update.
|
static Class<? extends UpdateSAMLProviderRequest.Builder> |
serializableBuilderClass() |
|
UpdateSAMLProviderRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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.
public 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.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public UpdateSAMLProviderRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateSAMLProviderRequest.Builder,UpdateSAMLProviderRequest>
public static UpdateSAMLProviderRequest.Builder builder()
public static Class<? extends UpdateSAMLProviderRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.