Interface GetPrincipalTagAttributeMapRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CognitoIdentityRequest.Builder,CopyableBuilder<GetPrincipalTagAttributeMapRequest.Builder,GetPrincipalTagAttributeMapRequest>,SdkBuilder<GetPrincipalTagAttributeMapRequest.Builder,GetPrincipalTagAttributeMapRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetPrincipalTagAttributeMapRequest
public static interface GetPrincipalTagAttributeMapRequest.Builder extends CognitoIdentityRequest.Builder, SdkPojo, CopyableBuilder<GetPrincipalTagAttributeMapRequest.Builder,GetPrincipalTagAttributeMapRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetPrincipalTagAttributeMapRequest.BuilderidentityPoolId(String identityPoolId)You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.GetPrincipalTagAttributeMapRequest.BuilderidentityProviderName(String identityProviderName)You can use this operation to get the provider name.GetPrincipalTagAttributeMapRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetPrincipalTagAttributeMapRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
GetPrincipalTagAttributeMapRequest.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
GetPrincipalTagAttributeMapRequest.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.
-
overrideConfiguration
GetPrincipalTagAttributeMapRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetPrincipalTagAttributeMapRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-