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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateOpenIDConnectProviderThumbprintRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.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
requestOverrideConfig
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.
thumbprintList
- A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider.
For more information, see CreateOpenIDConnectProvider.UpdateOpenIDConnectProviderThumbprintRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.UpdateOpenIDConnectProviderThumbprintRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.