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