public static interface UpdateOpenIdConnectProviderThumbprintRequest.Builder extends IamRequest.Builder, CopyableBuilder<UpdateOpenIdConnectProviderThumbprintRequest.Builder,UpdateOpenIdConnectProviderThumbprintRequest>
Modifier and Type | Method and 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateOpenIdConnectProviderThumbprintRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateOpenIdConnectProviderThumbprintRequest.Builder |
thumbprintList(Collection<String> thumbprintList)
A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider.
|
UpdateOpenIdConnectProviderThumbprintRequest.Builder |
thumbprintList(String... thumbprintList)
A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider.
|
build
overrideConfiguration
copy
applyMutation, 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.
thumbprintList
- A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider.
For more information, see CreateOpenIDConnectProvider.UpdateOpenIdConnectProviderThumbprintRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateOpenIdConnectProviderThumbprintRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.