Class CreateOtherEngineOptions.Builder

  • Enclosing class:
    CreateOtherEngineOptions

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

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

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

      • build

        public CreateOtherEngineOptions build()
        Builds a CreateOtherEngineOptions.
        Returns:
        the new CreateOtherEngineOptions instance
      • addTags

        public CreateOtherEngineOptions.Builder addTags​(java.lang.String tags)
        Adds a new element to tags.
        Parameters:
        tags - the new element to be added
        Returns:
        the CreateOtherEngineOptions builder
      • engineDisplayName

        public CreateOtherEngineOptions.Builder engineDisplayName​(java.lang.String engineDisplayName)
        Set the engineDisplayName.
        Parameters:
        engineDisplayName - the engineDisplayName
        Returns:
        the CreateOtherEngineOptions builder
      • description

        public CreateOtherEngineOptions.Builder description​(java.lang.String description)
        Set the description.
        Parameters:
        description - the description
        Returns:
        the CreateOtherEngineOptions builder
      • origin

        public CreateOtherEngineOptions.Builder origin​(java.lang.String origin)
        Set the origin.
        Parameters:
        origin - the origin
        Returns:
        the CreateOtherEngineOptions builder
      • tags

        public CreateOtherEngineOptions.Builder tags​(java.util.List<java.lang.String> tags)
        Set the tags. Existing tags will be replaced.
        Parameters:
        tags - the tags
        Returns:
        the CreateOtherEngineOptions builder
      • authInstanceId

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