@Stability(value=Stable) public static final class CfnOIDCProviderProps.Builder extends Object implements software.amazon.jsii.Builder<CfnOIDCProviderProps>
CfnOIDCProviderProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnOIDCProviderProps |
build()
Builds the configured instance.
|
CfnOIDCProviderProps.Builder |
clientIdList(List<String> clientIdList)
Sets the value of
CfnOIDCProviderProps.getClientIdList() |
CfnOIDCProviderProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnOIDCProviderProps.getTags() |
CfnOIDCProviderProps.Builder |
thumbprintList(List<String> thumbprintList)
Sets the value of
CfnOIDCProviderProps.getThumbprintList() |
CfnOIDCProviderProps.Builder |
url(String url)
Sets the value of
CfnOIDCProviderProps.getUrl() |
@Stability(value=Stable) public CfnOIDCProviderProps.Builder thumbprintList(List<String> thumbprintList)
CfnOIDCProviderProps.getThumbprintList()thumbprintList - A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. This parameter is required.
For more information, see CreateOpenIDConnectProvider .this@Stability(value=Stable) public CfnOIDCProviderProps.Builder clientIdList(List<String> clientIdList)
CfnOIDCProviderProps.getClientIdList()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 .this@Stability(value=Stable) public CfnOIDCProviderProps.Builder tags(List<? extends CfnTag> tags)
CfnOIDCProviderProps.getTags()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@Stability(value=Stable) public CfnOIDCProviderProps.Builder url(String url)
CfnOIDCProviderProps.getUrl()url - The URL that the IAM OIDC provider resource object is associated with.
For more information, see CreateOpenIDConnectProvider .this@Stability(value=Stable) public CfnOIDCProviderProps build()
build in interface software.amazon.jsii.Builder<CfnOIDCProviderProps>CfnOIDCProviderPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.