Class GetProfileIdentitiesOptions.Builder

  • Enclosing class:
    GetProfileIdentitiesOptions

    public static class GetProfileIdentitiesOptions.Builder
    extends java.lang.Object
    Builder.
    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.String profileId)
        Instantiates a new builder with required properties.
        Parameters:
        profileId - the profileId
    • Method Detail

      • build

        public GetProfileIdentitiesOptions build()
        Builds a GetProfileIdentitiesOptions.
        Returns:
        the new GetProfileIdentitiesOptions instance
      • profileId

        public GetProfileIdentitiesOptions.Builder profileId​(java.lang.String profileId)
        Set the profileId.
        Parameters:
        profileId - the profileId
        Returns:
        the GetProfileIdentitiesOptions builder