Interface SetPrincipalTagAttributeMapRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CognitoIdentityRequest.Builder,CopyableBuilder<SetPrincipalTagAttributeMapRequest.Builder,SetPrincipalTagAttributeMapRequest>,SdkBuilder<SetPrincipalTagAttributeMapRequest.Builder,SetPrincipalTagAttributeMapRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- SetPrincipalTagAttributeMapRequest
public static interface SetPrincipalTagAttributeMapRequest.Builder extends CognitoIdentityRequest.Builder, SdkPojo, CopyableBuilder<SetPrincipalTagAttributeMapRequest.Builder,SetPrincipalTagAttributeMapRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SetPrincipalTagAttributeMapRequest.BuilderidentityPoolId(String identityPoolId)The ID of the Identity Pool you want to set attribute mappings for.SetPrincipalTagAttributeMapRequest.BuilderidentityProviderName(String identityProviderName)The provider name you want to use for attribute mappings.SetPrincipalTagAttributeMapRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SetPrincipalTagAttributeMapRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SetPrincipalTagAttributeMapRequest.BuilderprincipalTags(Map<String,String> principalTags)You can use this operation to add principal tags.SetPrincipalTagAttributeMapRequest.BuilderuseDefaults(Boolean useDefaults)You can use this operation to use default (username and clientID) attribute mappings.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cognitoidentity.model.CognitoIdentityRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
identityPoolId
SetPrincipalTagAttributeMapRequest.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
SetPrincipalTagAttributeMapRequest.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
SetPrincipalTagAttributeMapRequest.Builder useDefaults(Boolean useDefaults)
You can use this operation to use default (username and clientID) attribute mappings.
- Parameters:
useDefaults- You can use this operation to use default (username and clientID) attribute mappings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principalTags
SetPrincipalTagAttributeMapRequest.Builder principalTags(Map<String,String> principalTags)
You can use this operation to add principal tags.
- Parameters:
principalTags- You can use this operation to add principal tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SetPrincipalTagAttributeMapRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SetPrincipalTagAttributeMapRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-