Interface GetSamlProviderResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetSamlProviderResponse.Builder,
,GetSamlProviderResponse> IamResponse.Builder
,SdkBuilder<GetSamlProviderResponse.Builder,
,GetSamlProviderResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetSamlProviderResponse
-
Method Summary
Modifier and TypeMethodDescriptioncreateDate
(Instant createDate) The date and time when the SAML provider was created.samlMetadataDocument
(String samlMetadataDocument) The XML metadata document that includes information about an identity provider.tags
(Collection<Tag> tags) A list of tags that are attached to the specified IAM SAML provider.tags
(Consumer<Tag.Builder>... tags) A list of tags that are attached to the specified IAM SAML provider.A list of tags that are attached to the specified IAM SAML provider.validUntil
(Instant validUntil) The expiration date and time for the SAML provider.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iam.model.IamResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
samlMetadataDocument
The XML metadata document that includes information about an identity provider.
- Parameters:
samlMetadataDocument
- The XML metadata document that includes information about an identity provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createDate
The date and time when the SAML provider was created.
- Parameters:
createDate
- The date and time when the SAML provider was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validUntil
The expiration date and time for the SAML provider.
- Parameters:
validUntil
- The expiration date and time for the SAML provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-