Class CreateSalIntegrationOptions.Builder

  • Enclosing class:
    CreateSalIntegrationOptions

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

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

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

      • build

        public CreateSalIntegrationOptions build()
        Builds a CreateSalIntegrationOptions.
        Returns:
        the new CreateSalIntegrationOptions instance
      • apikey

        public CreateSalIntegrationOptions.Builder apikey​(java.lang.String apikey)
        Set the apikey.
        Parameters:
        apikey - the apikey
        Returns:
        the CreateSalIntegrationOptions builder
      • engineId

        public CreateSalIntegrationOptions.Builder engineId​(java.lang.String engineId)
        Set the engineId.
        Parameters:
        engineId - the engineId
        Returns:
        the CreateSalIntegrationOptions builder
      • storageResourceCrn

        public CreateSalIntegrationOptions.Builder storageResourceCrn​(java.lang.String storageResourceCrn)
        Set the storageResourceCrn.
        Parameters:
        storageResourceCrn - the storageResourceCrn
        Returns:
        the CreateSalIntegrationOptions builder
      • storageType

        public CreateSalIntegrationOptions.Builder storageType​(java.lang.String storageType)
        Set the storageType.
        Parameters:
        storageType - the storageType
        Returns:
        the CreateSalIntegrationOptions builder
      • trialPlan

        public CreateSalIntegrationOptions.Builder trialPlan​(java.lang.Boolean trialPlan)
        Set the trialPlan.
        Parameters:
        trialPlan - the trialPlan
        Returns:
        the CreateSalIntegrationOptions builder
      • authInstanceId

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