public static interface UpdateOpenIdConnectProviderThumbprintRequest.Builder extends IamRequest.Builder, SdkPojo, 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.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateOpenIdConnectProviderThumbprintRequest.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 operation.
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 operation.
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.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateOpenIdConnectProviderThumbprintRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.