Class CfnOIDCProviderProps.Builder
java.lang.Object
software.amazon.awscdk.services.iam.CfnOIDCProviderProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOIDCProviderProps>
- Enclosing interface:
CfnOIDCProviderProps
@Stability(Stable)
public static final class CfnOIDCProviderProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOIDCProviderProps>
A builder for
CfnOIDCProviderProps
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.clientIdList
(List<String> clientIdList) Sets the value ofCfnOIDCProviderProps.getClientIdList()
Sets the value ofCfnOIDCProviderProps.getTags()
thumbprintList
(List<String> thumbprintList) Sets the value ofCfnOIDCProviderProps.getThumbprintList()
Sets the value ofCfnOIDCProviderProps.getUrl()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clientIdList
Sets the value ofCfnOIDCProviderProps.getClientIdList()
- 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:
this
-
tags
Sets the value ofCfnOIDCProviderProps.getTags()
- 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:
this
-
thumbprintList
Sets the value ofCfnOIDCProviderProps.getThumbprintList()
- Parameters:
thumbprintList
- A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider .This property is optional. If it is not included, IAM will retrieve and use the top intermediate certificate authority (CA) thumbprint of the OpenID Connect identity provider server certificate.
- Returns:
this
-
url
Sets the value ofCfnOIDCProviderProps.getUrl()
- Parameters:
url
- The URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider .- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnOIDCProviderProps>
- Returns:
- a new instance of
CfnOIDCProviderProps
- Throws:
NullPointerException
- if any required attribute was not provided
-