Interface UntagOpenIdConnectProviderRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UntagOpenIdConnectProviderRequest.Builder,UntagOpenIdConnectProviderRequest>,IamRequest.Builder,SdkBuilder<UntagOpenIdConnectProviderRequest.Builder,UntagOpenIdConnectProviderRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UntagOpenIdConnectProviderRequest
public static interface UntagOpenIdConnectProviderRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<UntagOpenIdConnectProviderRequest.Builder,UntagOpenIdConnectProviderRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UntagOpenIdConnectProviderRequest.BuilderopenIDConnectProviderArn(String openIDConnectProviderArn)The ARN of the OIDC provider in IAM from which you want to remove tags.UntagOpenIdConnectProviderRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UntagOpenIdConnectProviderRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UntagOpenIdConnectProviderRequest.BuildertagKeys(String... tagKeys)A list of key names as a simple array of strings.UntagOpenIdConnectProviderRequest.BuildertagKeys(Collection<String> tagKeys)A list of key names as a simple array of strings.-
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
UntagOpenIdConnectProviderRequest.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: _+=,.@-
- Parameters:
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: _+=,.@-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagKeys
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.
- Parameters:
tagKeys- A list of key names as a simple array of strings. The tags with matching keys are removed from the specified OIDC provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagKeys
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.
- Parameters:
tagKeys- A list of key names as a simple array of strings. The tags with matching keys are removed from the specified OIDC provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UntagOpenIdConnectProviderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UntagOpenIdConnectProviderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-