public static interface GetPrincipalTagAttributeMapResponse.Builder extends CognitoIdentityResponse.Builder, SdkPojo, CopyableBuilder<GetPrincipalTagAttributeMapResponse.Builder,GetPrincipalTagAttributeMapResponse>
| Modifier and Type | Method and Description |
|---|---|
GetPrincipalTagAttributeMapResponse.Builder |
identityPoolId(String identityPoolId)
You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.
|
GetPrincipalTagAttributeMapResponse.Builder |
identityProviderName(String identityProviderName)
You can use this operation to get the provider name.
|
GetPrincipalTagAttributeMapResponse.Builder |
principalTags(Map<String,String> principalTags)
You can use this operation to add principal tags.
|
GetPrincipalTagAttributeMapResponse.Builder |
useDefaults(Boolean useDefaults)
You can use this operation to list
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPrincipalTagAttributeMapResponse.Builder identityPoolId(String identityPoolId)
You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.
identityPoolId - You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.GetPrincipalTagAttributeMapResponse.Builder identityProviderName(String identityProviderName)
You can use this operation to get the provider name.
identityProviderName - You can use this operation to get the provider name.GetPrincipalTagAttributeMapResponse.Builder useDefaults(Boolean useDefaults)
You can use this operation to list
useDefaults - You can use this operation to listGetPrincipalTagAttributeMapResponse.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.