Interface GetOpenIdConnectProviderResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetOpenIdConnectProviderResponse.Builder,
,GetOpenIdConnectProviderResponse> IamResponse.Builder
,SdkBuilder<GetOpenIdConnectProviderResponse.Builder,
,GetOpenIdConnectProviderResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetOpenIdConnectProviderResponse
-
Method Summary
Modifier and TypeMethodDescriptionclientIDList
(String... clientIDList) A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object.clientIDList
(Collection<String> clientIDList) A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object.createDate
(Instant createDate) The date and time when the IAM OIDC provider resource object was created in the Amazon Web Services account.tags
(Collection<Tag> tags) A list of tags that are attached to the specified IAM OIDC provider.tags
(Consumer<Tag.Builder>... tags) A list of tags that are attached to the specified IAM OIDC provider.A list of tags that are attached to the specified IAM OIDC provider.thumbprintList
(String... thumbprintList) A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object.thumbprintList
(Collection<String> thumbprintList) A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object.The URL that the IAM OIDC provider resource object is associated with.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
url
The URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider.
- Parameters:
url
- The URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thumbprintList
A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.
- Parameters:
thumbprintList
- A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thumbprintList
A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.
- Parameters:
thumbprintList
- A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createDate
The date and time when the IAM OIDC provider resource object was created in the Amazon Web Services account.
- Parameters:
createDate
- The date and time when the IAM OIDC provider resource object was created in the Amazon Web Services account.- 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 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.
- Parameters:
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.- 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 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.
- Parameters:
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.- 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 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 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:
-