Interface OpenIDConnectProviderConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OpenIDConnectProviderConfiguration.Builder,
,OpenIDConnectProviderConfiguration> SdkBuilder<OpenIDConnectProviderConfiguration.Builder,
,OpenIDConnectProviderConfiguration> SdkPojo
- Enclosing class:
OpenIDConnectProviderConfiguration
@Mutable
@NotThreadSafe
public static interface OpenIDConnectProviderConfiguration.Builder
extends SdkPojo, CopyableBuilder<OpenIDConnectProviderConfiguration.Builder,OpenIDConnectProviderConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionsecretsArn
(String secretsArn) The Amazon Resource Name (ARN) of a Secrets Manager secret containing the OIDC client secret.secretsRole
(String secretsRole) An IAM role with permissions to access KMS to decrypt the Secrets Manager secret containing your OIDC client secret.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
secretsArn
The Amazon Resource Name (ARN) of a Secrets Manager secret containing the OIDC client secret.
- Parameters:
secretsArn
- The Amazon Resource Name (ARN) of a Secrets Manager secret containing the OIDC client secret.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secretsRole
An IAM role with permissions to access KMS to decrypt the Secrets Manager secret containing your OIDC client secret.
- Parameters:
secretsRole
- An IAM role with permissions to access KMS to decrypt the Secrets Manager secret containing your OIDC client secret.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-