@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 - `AWS::IAM::OIDCProvider.ThumbprintList`. This parameter is required.this@Stability(value=Stable) public CfnOIDCProviderProps.Builder clientIdList(List<String> clientIdList)
CfnOIDCProviderProps.getClientIdList()clientIdList - `AWS::IAM::OIDCProvider.ClientIdList`.this@Stability(value=Stable) public CfnOIDCProviderProps.Builder tags(List<? extends CfnTag> tags)
CfnOIDCProviderProps.getTags()tags - `AWS::IAM::OIDCProvider.Tags`.this@Stability(value=Stable) public CfnOIDCProviderProps.Builder url(String url)
CfnOIDCProviderProps.getUrl()url - `AWS::IAM::OIDCProvider.Url`.this@Stability(value=Stable) public CfnOIDCProviderProps build()
build in interface software.amazon.jsii.Builder<CfnOIDCProviderProps>CfnOIDCProviderPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.