public static interface UntagSamlProviderRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<UntagSamlProviderRequest.Builder,UntagSamlProviderRequest>
| Modifier and Type | Method and Description |
|---|---|
UntagSamlProviderRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagSamlProviderRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagSamlProviderRequest.Builder |
samlProviderArn(String samlProviderArn)
The ARN of the SAML identity provider in IAM from which you want to remove tags.
|
UntagSamlProviderRequest.Builder |
tagKeys(Collection<String> tagKeys)
A list of key names as a simple array of strings.
|
UntagSamlProviderRequest.Builder |
tagKeys(String... tagKeys)
A list of key names as a simple array of strings.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagSamlProviderRequest.Builder samlProviderArn(String samlProviderArn)
The ARN of the SAML identity 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: _+=,.@-
samlProviderArn - The ARN of the SAML identity 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: _+=,.@-
UntagSamlProviderRequest.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 SAML identity provider.
tagKeys - A list of key names as a simple array of strings. The tags with matching keys are removed from the
specified SAML identity provider.UntagSamlProviderRequest.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 SAML identity provider.
tagKeys - A list of key names as a simple array of strings. The tags with matching keys are removed from the
specified SAML identity provider.UntagSamlProviderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagSamlProviderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.