Interface SetPrincipalTagAttributeMapResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CognitoIdentityResponse.Builder,CopyableBuilder<SetPrincipalTagAttributeMapResponse.Builder,SetPrincipalTagAttributeMapResponse>,SdkBuilder<SetPrincipalTagAttributeMapResponse.Builder,SetPrincipalTagAttributeMapResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- SetPrincipalTagAttributeMapResponse
public static interface SetPrincipalTagAttributeMapResponse.Builder extends CognitoIdentityResponse.Builder, SdkPojo, CopyableBuilder<SetPrincipalTagAttributeMapResponse.Builder,SetPrincipalTagAttributeMapResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SetPrincipalTagAttributeMapResponse.BuilderidentityPoolId(String identityPoolId)The ID of the Identity Pool you want to set attribute mappings for.SetPrincipalTagAttributeMapResponse.BuilderidentityProviderName(String identityProviderName)The provider name you want to use for attribute mappings.SetPrincipalTagAttributeMapResponse.BuilderprincipalTags(Map<String,String> principalTags)You can use this operation to add principal tags.SetPrincipalTagAttributeMapResponse.BuilderuseDefaults(Boolean useDefaults)You can use this operation to select default (username and clientID) attribute mappings.-
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
SetPrincipalTagAttributeMapResponse.Builder identityPoolId(String identityPoolId)
The ID of the Identity Pool you want to set attribute mappings for.
- Parameters:
identityPoolId- The ID of the Identity Pool you want to set attribute mappings for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityProviderName
SetPrincipalTagAttributeMapResponse.Builder identityProviderName(String identityProviderName)
The provider name you want to use for attribute mappings.
- Parameters:
identityProviderName- The provider name you want to use for attribute mappings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
useDefaults
SetPrincipalTagAttributeMapResponse.Builder useDefaults(Boolean useDefaults)
You can use this operation to select default (username and clientID) attribute mappings.
- Parameters:
useDefaults- You can use this operation to select default (username and clientID) attribute mappings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principalTags
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.- 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.
-
-