Interface UpdateSamlProviderRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<UpdateSamlProviderRequest.Builder,UpdateSamlProviderRequest>, IamRequest.Builder, SdkBuilder<UpdateSamlProviderRequest.Builder,UpdateSamlProviderRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UpdateSamlProviderRequest

public static interface UpdateSamlProviderRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<UpdateSamlProviderRequest.Builder,UpdateSamlProviderRequest>
  • Method Details

    • samlMetadataDocument

      UpdateSamlProviderRequest.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • samlProviderArn

      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) in the Amazon Web Services General Reference.

      Parameters:
      samlProviderArn - The Amazon Resource Name (ARN) of the SAML provider to update.

      For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateSamlProviderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.