public static interface CreateOpenIdConnectProviderResponse.Builder extends IamResponse.Builder, SdkPojo, CopyableBuilder<CreateOpenIdConnectProviderResponse.Builder,CreateOpenIdConnectProviderResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateOpenIdConnectProviderResponse.Builder |
openIDConnectProviderArn(String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the new IAM OpenID Connect provider that is created.
|
CreateOpenIdConnectProviderResponse.Builder |
tags(Collection<Tag> tags)
A list of tags that are attached to the new IAM OIDC provider.
|
CreateOpenIdConnectProviderResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags that are attached to the new IAM OIDC provider.
|
CreateOpenIdConnectProviderResponse.Builder |
tags(Tag... tags)
A list of tags that are attached to the new IAM OIDC provider.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateOpenIdConnectProviderResponse.Builder openIDConnectProviderArn(String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the new IAM OpenID Connect provider that is created. For more information, see OpenIDConnectProviderListEntry.
openIDConnectProviderArn - The Amazon Resource Name (ARN) of the new IAM OpenID Connect provider that is created. For more
information, see OpenIDConnectProviderListEntry.CreateOpenIdConnectProviderResponse.Builder tags(Collection<Tag> tags)
A list of tags that are attached to the new IAM OIDC 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 OIDC 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.CreateOpenIdConnectProviderResponse.Builder tags(Tag... tags)
A list of tags that are attached to the new IAM OIDC 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 OIDC 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.CreateOpenIdConnectProviderResponse.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags that are attached to the new IAM OIDC 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.