Class CfnOIDCProvider.Builder
java.lang.Object
software.amazon.awscdk.services.iam.CfnOIDCProvider.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOIDCProvider>
- Enclosing class:
- CfnOIDCProvider
@Stability(Stable)
public static final class CfnOIDCProvider.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOIDCProvider>
A fluent builder for
CfnOIDCProvider
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
clientIdList
(List<String> clientIdList) A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object.static CfnOIDCProvider.Builder
A list of tags that are attached to the specified IAM OIDC provider.thumbprintList
(List<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.
-
Method Details
-
create
- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnOIDCProvider.Builder
.
-
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. This parameter is required.- Returns:
this
-
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. This parameter is required.- Returns:
this
-
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. This parameter is required.- Returns:
this
-
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. This parameter is required.- Returns:
this
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnOIDCProvider>
- Returns:
- a newly built instance of
CfnOIDCProvider
.
-