public static interface SetPrincipalTagAttributeMapResponse.Builder extends CognitoIdentityResponse.Builder, SdkPojo, CopyableBuilder<SetPrincipalTagAttributeMapResponse.Builder,SetPrincipalTagAttributeMapResponse>
| Modifier and Type | Method and Description |
|---|---|
SetPrincipalTagAttributeMapResponse.Builder |
identityPoolId(String identityPoolId)
The ID of the Identity Pool you want to set attribute mappings for.
|
SetPrincipalTagAttributeMapResponse.Builder |
identityProviderName(String identityProviderName)
The provider name you want to use for attribute mappings.
|
SetPrincipalTagAttributeMapResponse.Builder |
principalTags(Map<String,String> principalTags)
You can use this operation to add principal tags.
|
SetPrincipalTagAttributeMapResponse.Builder |
useDefaults(Boolean useDefaults)
You can use this operation to select default (username and clientID) attribute mappings.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSetPrincipalTagAttributeMapResponse.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.SetPrincipalTagAttributeMapResponse.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.SetPrincipalTagAttributeMapResponse.Builder useDefaults(Boolean useDefaults)
You can use this operation to select default (username and clientID) attribute mappings.
useDefaults - You can use this operation to select default (username and clientID) attribute mappings.SetPrincipalTagAttributeMapResponse.Builder principalTags(Map<String,String> principalTags)
You can use this operation to add principal tags. The PrincipalTagsoperation enables you to
reference user attributes in your IAM permissions policy.
principalTags - You can use this operation to add principal tags. The PrincipalTagsoperation enables you
to reference user attributes in your IAM permissions policy.Copyright © 2023. All rights reserved.