Interface UpdateOpenIdConnectProviderThumbprintRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateOpenIdConnectProviderThumbprintRequest.Builder,UpdateOpenIdConnectProviderThumbprintRequest>,IamRequest.Builder,SdkBuilder<UpdateOpenIdConnectProviderThumbprintRequest.Builder,UpdateOpenIdConnectProviderThumbprintRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateOpenIdConnectProviderThumbprintRequest
public static interface UpdateOpenIdConnectProviderThumbprintRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<UpdateOpenIdConnectProviderThumbprintRequest.Builder,UpdateOpenIdConnectProviderThumbprintRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateOpenIdConnectProviderThumbprintRequest.BuilderopenIDConnectProviderArn(String openIDConnectProviderArn)The Amazon Resource Name (ARN) of the IAM OIDC provider resource object for which you want to update the thumbprint.UpdateOpenIdConnectProviderThumbprintRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateOpenIdConnectProviderThumbprintRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateOpenIdConnectProviderThumbprintRequest.BuilderthumbprintList(String... thumbprintList)A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider.UpdateOpenIdConnectProviderThumbprintRequest.BuilderthumbprintList(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 Detail
-
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
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.
- 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateOpenIdConnectProviderThumbprintRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-