public static interface UntagOpenIdConnectProviderRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<UntagOpenIdConnectProviderRequest.Builder,UntagOpenIdConnectProviderRequest>
| Modifier and Type | Method and Description |
|---|---|
UntagOpenIdConnectProviderRequest.Builder |
openIDConnectProviderArn(String openIDConnectProviderArn)
The ARN of the OIDC provider in IAM from which you want to remove tags.
|
UntagOpenIdConnectProviderRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagOpenIdConnectProviderRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagOpenIdConnectProviderRequest.Builder |
tagKeys(Collection<String> tagKeys)
A list of key names as a simple array of strings.
|
UntagOpenIdConnectProviderRequest.Builder |
tagKeys(String... tagKeys)
A list of key names as a simple array of strings.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagOpenIdConnectProviderRequest.Builder openIDConnectProviderArn(String openIDConnectProviderArn)
The ARN of the OIDC provider in IAM from which you want to remove tags.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
openIDConnectProviderArn - The ARN of the OIDC provider in IAM from which you want to remove tags.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
UntagOpenIdConnectProviderRequest.Builder tagKeys(Collection<String> tagKeys)
A list of key names as a simple array of strings. The tags with matching keys are removed from the specified OIDC provider.
tagKeys - A list of key names as a simple array of strings. The tags with matching keys are removed from the
specified OIDC provider.UntagOpenIdConnectProviderRequest.Builder tagKeys(String... tagKeys)
A list of key names as a simple array of strings. The tags with matching keys are removed from the specified OIDC provider.
tagKeys - A list of key names as a simple array of strings. The tags with matching keys are removed from the
specified OIDC provider.UntagOpenIdConnectProviderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagOpenIdConnectProviderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.