Interface GetPrincipalTagAttributeMapResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CognitoIdentityResponse.Builder,CopyableBuilder<GetPrincipalTagAttributeMapResponse.Builder,GetPrincipalTagAttributeMapResponse>,SdkBuilder<GetPrincipalTagAttributeMapResponse.Builder,GetPrincipalTagAttributeMapResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetPrincipalTagAttributeMapResponse
public static interface GetPrincipalTagAttributeMapResponse.Builder extends CognitoIdentityResponse.Builder, SdkPojo, CopyableBuilder<GetPrincipalTagAttributeMapResponse.Builder,GetPrincipalTagAttributeMapResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetPrincipalTagAttributeMapResponse.BuilderidentityPoolId(String identityPoolId)You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.GetPrincipalTagAttributeMapResponse.BuilderidentityProviderName(String identityProviderName)You can use this operation to get the provider name.GetPrincipalTagAttributeMapResponse.BuilderprincipalTags(Map<String,String> principalTags)You can use this operation to add principal tags.GetPrincipalTagAttributeMapResponse.BuilderuseDefaults(Boolean useDefaults)You can use this operation to list-
Methods inherited from interface software.amazon.awssdk.services.cognitoidentity.model.CognitoIdentityResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
identityPoolId
GetPrincipalTagAttributeMapResponse.Builder identityPoolId(String identityPoolId)
You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.
- Parameters:
identityPoolId- You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityProviderName
GetPrincipalTagAttributeMapResponse.Builder identityProviderName(String identityProviderName)
You can use this operation to get the provider name.
- Parameters:
identityProviderName- You can use this operation to get the provider name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
useDefaults
GetPrincipalTagAttributeMapResponse.Builder useDefaults(Boolean useDefaults)
You can use this operation to list
- Parameters:
useDefaults- You can use this operation to list- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principalTags
GetPrincipalTagAttributeMapResponse.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.- Parameters:
principalTags- You can use this operation to add principal tags. ThePrincipalTagsoperation enables you to reference user attributes in your IAM permissions policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-