CopyableBuilder<UpdateOpenIDConnectProviderThumbprintRequest.Builder,UpdateOpenIDConnectProviderThumbprintRequest>
, SdkBuilder<UpdateOpenIDConnectProviderThumbprintRequest.Builder,UpdateOpenIDConnectProviderThumbprintRequest>
public static interface UpdateOpenIDConnectProviderThumbprintRequest.Builder extends CopyableBuilder<UpdateOpenIDConnectProviderThumbprintRequest.Builder,UpdateOpenIDConnectProviderThumbprintRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateOpenIDConnectProviderThumbprintRequest.Builder |
openIDConnectProviderArn(String openIDConnectProviderArn) |
The Amazon Resource Name (ARN) of the IAM OIDC provider resource object for which you want to update the
thumbprint.
|
UpdateOpenIDConnectProviderThumbprintRequest.Builder |
thumbprintList(String... thumbprintList) |
A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider.
|
UpdateOpenIDConnectProviderThumbprintRequest.Builder |
thumbprintList(Collection<String> thumbprintList) |
A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider.
|
copy
apply, build
UpdateOpenIDConnectProviderThumbprintRequest.Builder openIDConnectProviderArn(String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OIDC provider resource object for which you want to update the thumbprint. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders action.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
openIDConnectProviderArn
- The Amazon Resource Name (ARN) of the IAM OIDC provider resource object for which you want to update
the thumbprint. You can get a list of OIDC provider ARNs by using the
ListOpenIDConnectProviders action.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
UpdateOpenIDConnectProviderThumbprintRequest.Builder thumbprintList(Collection<String> thumbprintList)
A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider. For more information, see CreateOpenIDConnectProvider.
thumbprintList
- A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider.
For more information, see CreateOpenIDConnectProvider.UpdateOpenIDConnectProviderThumbprintRequest.Builder thumbprintList(String... thumbprintList)
A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider. For more information, see CreateOpenIDConnectProvider.
NOTE: This method appends the values to the existing list (if any). Use
#setThumbprintList(java.util.Collection)
or #withThumbprintList(java.util.Collection)
if you
want to override the existing values.
thumbprintList
- A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider.
For more information, see CreateOpenIDConnectProvider.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.