public static interface SetPrincipalTagAttributeMapRequest.Builder extends CognitoIdentityRequest.Builder, SdkPojo, CopyableBuilder<SetPrincipalTagAttributeMapRequest.Builder,SetPrincipalTagAttributeMapRequest>
| Modifier and Type | Method and Description |
|---|---|
SetPrincipalTagAttributeMapRequest.Builder |
identityPoolId(String identityPoolId)
The ID of the Identity Pool you want to set attribute mappings for.
|
SetPrincipalTagAttributeMapRequest.Builder |
identityProviderName(String identityProviderName)
The provider name you want to use for attribute mappings.
|
SetPrincipalTagAttributeMapRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SetPrincipalTagAttributeMapRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SetPrincipalTagAttributeMapRequest.Builder |
principalTags(Map<String,String> principalTags)
You can use this operation to add principal tags.
|
SetPrincipalTagAttributeMapRequest.Builder |
useDefaults(Boolean useDefaults)
You can use this operation to use default (username and clientID) attribute mappings.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSetPrincipalTagAttributeMapRequest.Builder identityPoolId(String identityPoolId)
The ID of the Identity Pool you want to set attribute mappings for.
identityPoolId - The ID of the Identity Pool you want to set attribute mappings for.SetPrincipalTagAttributeMapRequest.Builder identityProviderName(String identityProviderName)
The provider name you want to use for attribute mappings.
identityProviderName - The provider name you want to use for attribute mappings.SetPrincipalTagAttributeMapRequest.Builder useDefaults(Boolean useDefaults)
You can use this operation to use default (username and clientID) attribute mappings.
useDefaults - You can use this operation to use default (username and clientID) attribute mappings.SetPrincipalTagAttributeMapRequest.Builder principalTags(Map<String,String> principalTags)
You can use this operation to add principal tags.
principalTags - You can use this operation to add principal tags.SetPrincipalTagAttributeMapRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSetPrincipalTagAttributeMapRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.