Class GetIdentityPoolArgs.Builder

  • Enclosing class:
    GetIdentityPoolArgs

    public static final class GetIdentityPoolArgs.Builder
    extends java.lang.Object
    • Method Detail

      • identityPoolName

        public GetIdentityPoolArgs.Builder identityPoolName​(com.pulumi.core.Output<java.lang.String> identityPoolName)
        Parameters:
        identityPoolName - The Cognito Identity Pool name.
        Returns:
        builder
      • identityPoolName

        public GetIdentityPoolArgs.Builder identityPoolName​(java.lang.String identityPoolName)
        Parameters:
        identityPoolName - The Cognito Identity Pool name.
        Returns:
        builder
      • tags

        public GetIdentityPoolArgs.Builder tags​(@Nullable
                                                com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - A map of tags to assigned to the Identity Pool.
        Returns:
        builder
      • tags

        public GetIdentityPoolArgs.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - A map of tags to assigned to the Identity Pool.
        Returns:
        builder