public static interface CreateSamlProviderRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<CreateSamlProviderRequest.Builder,CreateSamlProviderRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateSamlProviderRequest.Builder |
name(String name)
The name of the provider to create.
|
CreateSamlProviderRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSamlProviderRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSamlProviderRequest.Builder |
samlMetadataDocument(String samlMetadataDocument)
An XML document generated by an identity provider (IdP) that supports SAML 2.0.
|
CreateSamlProviderRequest.Builder |
tags(Collection<Tag> tags)
A list of tags that you want to attach to the new IAM SAML provider.
|
CreateSamlProviderRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags that you want to attach to the new IAM SAML provider.
|
CreateSamlProviderRequest.Builder |
tags(Tag... tags)
A list of tags that you want to attach to the new IAM SAML provider.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSamlProviderRequest.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.
For more information, see About SAML 2.0-based federation in the IAM User Guide
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.
For more information, see About SAML 2.0-based federation in the IAM User Guide
CreateSamlProviderRequest.Builder name(String name)
The name of the provider to create.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
name - The name of the provider to create.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
CreateSamlProviderRequest.Builder tags(Collection<Tag> tags)
A list of tags that you want to attach to the new IAM SAML provider. Each tag consists of a key name and an associated value. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.
tags - A list of tags that you want to attach to the new IAM SAML provider. Each tag consists of a key name
and an associated value. For more information about tagging, see Tagging IAM resources in the
IAM User Guide. If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.
CreateSamlProviderRequest.Builder tags(Tag... tags)
A list of tags that you want to attach to the new IAM SAML provider. Each tag consists of a key name and an associated value. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.
tags - A list of tags that you want to attach to the new IAM SAML provider. Each tag consists of a key name
and an associated value. For more information about tagging, see Tagging IAM resources in the
IAM User Guide. If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.
CreateSamlProviderRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags that you want to attach to the new IAM SAML provider. Each tag consists of a key name and an associated value. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.
Tag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) CreateSamlProviderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSamlProviderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.