Class CfnOIDCProviderMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iam.CfnOIDCProviderMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOIDCProviderMixinProps>
- Enclosing interface:
CfnOIDCProviderMixinProps
@Stability(Stable)
public static final class CfnOIDCProviderMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOIDCProviderMixinProps>
A builder for
CfnOIDCProviderMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.clientIdList(List<String> clientIdList) Sets the value ofCfnOIDCProviderMixinProps.getClientIdList()Sets the value ofCfnOIDCProviderMixinProps.getTags()thumbprintList(List<String> thumbprintList) Sets the value ofCfnOIDCProviderMixinProps.getThumbprintList()Sets the value ofCfnOIDCProviderMixinProps.getUrl()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clientIdList
Sets the value ofCfnOIDCProviderMixinProps.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 ofCfnOIDCProviderMixinProps.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
@Stability(Stable) public CfnOIDCProviderMixinProps.Builder thumbprintList(List<String> thumbprintList) Sets the value ofCfnOIDCProviderMixinProps.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 ofCfnOIDCProviderMixinProps.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:
buildin interfacesoftware.amazon.jsii.Builder<CfnOIDCProviderMixinProps>- Returns:
- a new instance of
CfnOIDCProviderMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-