Class UpdateResourceInstanceOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

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

      • build

        public UpdateResourceInstanceOptions build()
        Builds a UpdateResourceInstanceOptions.
        Returns:
        the new UpdateResourceInstanceOptions instance
      • parameters

        public UpdateResourceInstanceOptions.Builder parameters​(java.util.Map<java.lang.String,​java.lang.Object> parameters)
        Set the parameters.
        Parameters:
        parameters - the parameters
        Returns:
        the UpdateResourceInstanceOptions builder
      • resourcePlanId

        public UpdateResourceInstanceOptions.Builder resourcePlanId​(java.lang.String resourcePlanId)
        Set the resourcePlanId.
        Parameters:
        resourcePlanId - the resourcePlanId
        Returns:
        the UpdateResourceInstanceOptions builder
      • allowCleanup

        public UpdateResourceInstanceOptions.Builder allowCleanup​(java.lang.Boolean allowCleanup)
        Set the allowCleanup.
        Parameters:
        allowCleanup - the allowCleanup
        Returns:
        the UpdateResourceInstanceOptions builder