public static interface GetOpenIdConnectProviderResponse.Builder extends IamResponse.Builder, SdkPojo, CopyableBuilder<GetOpenIdConnectProviderResponse.Builder,GetOpenIdConnectProviderResponse>
| Modifier and Type | Method and Description |
|---|---|
GetOpenIdConnectProviderResponse.Builder |
clientIDList(Collection<String> clientIDList)
A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider
resource object.
|
GetOpenIdConnectProviderResponse.Builder |
clientIDList(String... clientIDList)
A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider
resource object.
|
GetOpenIdConnectProviderResponse.Builder |
createDate(Instant createDate)
The date and time when the IAM OIDC provider resource object was created in the Amazon Web Services account.
|
GetOpenIdConnectProviderResponse.Builder |
tags(Collection<Tag> tags)
A list of tags that are attached to the specified IAM OIDC provider.
|
GetOpenIdConnectProviderResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags that are attached to the specified IAM OIDC provider.
|
GetOpenIdConnectProviderResponse.Builder |
tags(Tag... tags)
A list of tags that are attached to the specified IAM OIDC provider.
|
GetOpenIdConnectProviderResponse.Builder |
thumbprintList(Collection<String> thumbprintList)
A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object.
|
GetOpenIdConnectProviderResponse.Builder |
thumbprintList(String... thumbprintList)
A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object.
|
GetOpenIdConnectProviderResponse.Builder |
url(String url)
The URL that the IAM OIDC provider resource object is associated with.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetOpenIdConnectProviderResponse.Builder url(String url)
The URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider.
url - The URL that the IAM OIDC provider resource object is associated with. For more information, see
CreateOpenIDConnectProvider.GetOpenIdConnectProviderResponse.Builder clientIDList(Collection<String> clientIDList)
A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.
clientIDList - A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC
provider resource object. For more information, see CreateOpenIDConnectProvider.GetOpenIdConnectProviderResponse.Builder clientIDList(String... clientIDList)
A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.
clientIDList - A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC
provider resource object. For more information, see CreateOpenIDConnectProvider.GetOpenIdConnectProviderResponse.Builder thumbprintList(Collection<String> thumbprintList)
A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.
thumbprintList - A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource
object. For more information, see CreateOpenIDConnectProvider.GetOpenIdConnectProviderResponse.Builder thumbprintList(String... thumbprintList)
A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.
thumbprintList - A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource
object. For more information, see CreateOpenIDConnectProvider.GetOpenIdConnectProviderResponse.Builder createDate(Instant createDate)
The date and time when the IAM OIDC provider resource object was created in the Amazon Web Services account.
createDate - The date and time when the IAM OIDC provider resource object was created in the Amazon Web Services
account.GetOpenIdConnectProviderResponse.Builder tags(Collection<Tag> tags)
A list of tags that are attached to the specified 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 specified 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.GetOpenIdConnectProviderResponse.Builder tags(Tag... tags)
A list of tags that are attached to the specified 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 specified 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.GetOpenIdConnectProviderResponse.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags that are attached to the specified 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.