public static interface GetSamlProviderResponse.Builder extends IamResponse.Builder, SdkPojo, CopyableBuilder<GetSamlProviderResponse.Builder,GetSamlProviderResponse>
| Modifier and Type | Method and Description |
|---|---|
GetSamlProviderResponse.Builder |
createDate(Instant createDate)
The date and time when the SAML provider was created.
|
GetSamlProviderResponse.Builder |
samlMetadataDocument(String samlMetadataDocument)
The XML metadata document that includes information about an identity provider.
|
GetSamlProviderResponse.Builder |
tags(Collection<Tag> tags)
A list of tags that are attached to the specified IAM SAML provider.
|
GetSamlProviderResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags that are attached to the specified IAM SAML provider.
|
GetSamlProviderResponse.Builder |
tags(Tag... tags)
A list of tags that are attached to the specified IAM SAML provider.
|
GetSamlProviderResponse.Builder |
validUntil(Instant validUntil)
The expiration date and time for the SAML provider.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSamlProviderResponse.Builder samlMetadataDocument(String samlMetadataDocument)
The XML metadata document that includes information about an identity provider.
samlMetadataDocument - The XML metadata document that includes information about an identity provider.GetSamlProviderResponse.Builder createDate(Instant createDate)
The date and time when the SAML provider was created.
createDate - The date and time when the SAML provider was created.GetSamlProviderResponse.Builder validUntil(Instant validUntil)
The expiration date and time for the SAML provider.
validUntil - The expiration date and time for the SAML provider.GetSamlProviderResponse.Builder tags(Collection<Tag> tags)
A list of tags that are attached to the specified IAM SAML provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
tags - A list of tags that are attached to the specified IAM SAML provider. The returned list of tags is
sorted by tag key. For more information about tagging, see Tagging IAM resources in the
IAM User Guide.GetSamlProviderResponse.Builder tags(Tag... tags)
A list of tags that are attached to the specified IAM SAML provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
tags - A list of tags that are attached to the specified IAM SAML provider. The returned list of tags is
sorted by tag key. For more information about tagging, see Tagging IAM resources in the
IAM User Guide.GetSamlProviderResponse.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags that are attached to the specified IAM SAML provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
This is a convenience method that creates an instance of theTag.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) Copyright © 2022. All rights reserved.