Interface UpdateOpenIdConnectProviderThumbprintRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateOpenIdConnectProviderThumbprintRequest.Builder,
,UpdateOpenIdConnectProviderThumbprintRequest> IamRequest.Builder
,SdkBuilder<UpdateOpenIdConnectProviderThumbprintRequest.Builder,
,UpdateOpenIdConnectProviderThumbprintRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateOpenIdConnectProviderThumbprintRequest
-
Method Summary
Modifier and TypeMethodDescriptionopenIDConnectProviderArn
(String openIDConnectProviderArn) The Amazon Resource Name (ARN) of the IAM OIDC provider resource object for which you want to update the thumbprint.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.thumbprintList
(String... thumbprintList) A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider.thumbprintList
(Collection<String> thumbprintList) A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iam.model.IamRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
openIDConnectProviderArn
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 operation.
For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
- Parameters:
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) in the Amazon Web Services General Reference.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thumbprintList
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.
- Parameters:
thumbprintList
- A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider. For more information, see CreateOpenIDConnectProvider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thumbprintList
A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider. For more information, see CreateOpenIDConnectProvider.
- Parameters:
thumbprintList
- A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider. For more information, see CreateOpenIDConnectProvider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateOpenIdConnectProviderThumbprintRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateOpenIdConnectProviderThumbprintRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-