Class DeletePoolOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(String instanceId,
                       String poolId)
        Instantiates a new builder with required properties.
        Parameters:
        instanceId - the instanceId
        poolId - the poolId
    • Method Detail

      • build

        public DeletePoolOptions build()
        Builds a DeletePoolOptions.
        Returns:
        the new DeletePoolOptions instance
      • instanceId

        public DeletePoolOptions.Builder instanceId​(String instanceId)
        Set the instanceId.
        Parameters:
        instanceId - the instanceId
        Returns:
        the DeletePoolOptions builder
      • poolId

        public DeletePoolOptions.Builder poolId​(String poolId)
        Set the poolId.
        Parameters:
        poolId - the poolId
        Returns:
        the DeletePoolOptions builder
      • xCorrelationId

        public DeletePoolOptions.Builder xCorrelationId​(String xCorrelationId)
        Set the xCorrelationId.
        Parameters:
        xCorrelationId - the xCorrelationId
        Returns:
        the DeletePoolOptions builder