public static interface CreateSamlProviderResponse.Builder extends IamResponse.Builder, SdkPojo, CopyableBuilder<CreateSamlProviderResponse.Builder,CreateSamlProviderResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateSamlProviderResponse.Builder |
samlProviderArn(String samlProviderArn)
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
|
CreateSamlProviderResponse.Builder |
tags(Collection<Tag> tags)
A list of tags that are attached to the new IAM SAML provider.
|
CreateSamlProviderResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags that are attached to the new IAM SAML provider.
|
CreateSamlProviderResponse.Builder |
tags(Tag... tags)
A list of tags that are attached to the new IAM SAML provider.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSamlProviderResponse.Builder samlProviderArn(String samlProviderArn)
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
samlProviderArn - The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.CreateSamlProviderResponse.Builder tags(Collection<Tag> tags)
A list of tags that are attached to the new 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 new 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.CreateSamlProviderResponse.Builder tags(Tag... tags)
A list of tags that are attached to the new 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 new 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.CreateSamlProviderResponse.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags that are attached to the new 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.